1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59
|
Source: palabos
Maintainer: Debian QA Group <packages@qa.debian.org>
Section: libs
Priority: optional
Build-Depends: cmake,
debhelper-compat (= 12),
g++ (>= 4:7),
libeigen3-dev,
libtinyxml-dev,
mpi-default-dev
Standards-Version: 4.4.1
Vcs-Browser: https://salsa.debian.org/science-team/palabos
Vcs-Git: https://salsa.debian.org/science-team/palabos.git
Homepage: http://www.palabos.org
Package: libplb-dev
Architecture: any
Section: libdevel
Depends: libeigen3-dev,
libplb1 (= ${binary:Version}),
libtinyxml-dev,
${misc:Depends}
Description: CFD solver based on the lattice Boltzmann method. Development files
A software tool for classical CFD, particle-based models and complex physical
interaction, Palabos offers a powerful environment for your fluid flow
simulations.
.
Through the innovative matrix-based interface, setting up a massively parallel
simulation or developing a new physical model has become simpler than ever.
The package contains development files.
Package: libplb-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}
Recommends: libplb-dev
Description: CFD solver based on the lattice Boltzmann method. Documentation
A software tool for classical CFD, particle-based models and complex physical
interaction, Palabos offers a powerful environment for your fluid flow
simulations.
.
Through the innovative matrix-based interface, setting up a massively parallel
simulation or developing a new physical model has become simpler than ever.
The package contains documentation and examples
Package: libplb1
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends},
${shlibs:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: CFD solver based on the lattice Boltzmann method. Shared library
A software tool for classical CFD, particle-based models and complex physical
interaction, Palabos offers a powerful environment for your fluid flow
simulations.
.
Through the innovative matrix-based interface, setting up a massively parallel
simulation or developing a new physical model has become simpler than ever.
The package contains shared library.
|