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 60 61
|
Source: openfoam
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Anton Gladky <gladk@debian.org>
Section: science
Testsuite: autopkgtest
Priority: optional
Build-Depends: bison,
cmake,
debhelper (>= 9),
flex,
gawk,
libreadline6-dev,
mpi-default-bin,
mpi-default-dev,
python3,
libscotch-dev,
libboost-system-dev,
libfl-dev,
libcgal-dev,
libptscotch-dev,
zlib1g-dev
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/openfoam.git
Vcs-Git: https://anonscm.debian.org/git/debian-science/packages/openfoam.git
Homepage: http://openfoam.org
Package: openfoam
Architecture: any
Depends: libopenfoam (= ${binary:Version}),
mpi-default-bin,
${misc:Depends},
${shlibs:Depends}
Recommends: openfoam-examples
Description: Set of programs for Computational Fluid Dynamics (CFD). Binaries
OpenFOAM is the leading free, open source software for computational fluid
dynamics (CFD), owned by the OpenFOAM Foundation and distributed exclusively
under the General Public Licence (GPL).
.
Package contains binaries.
Package: libopenfoam
Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends}
Description: Set of programs for Computational Fluid Dynamics (CFD). Libraries
OpenFOAM is the leading free, open source software for computational fluid
dynamics (CFD), owned by the OpenFOAM Foundation and distributed exclusively
under the General Public Licence (GPL).
.
Package contains needed libraries.
Package: openfoam-examples
Architecture: all
Depends: ${misc:Depends},
${shlibs:Depends}
Description: Set of programs for Computational Fluid Dynamics (CFD). Examples
OpenFOAM is the leading free, open source software for computational fluid
dynamics (CFD), owned by the OpenFOAM Foundation and distributed exclusively
under the General Public Licence (GPL).
.
Package contains examples and tutorials.
|