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
|
Source: getdp
Maintainer: Debian Science Team <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Christophe Trophime <christophe.trophime@lncmi.cnrs.fr>
Section: math
Priority: optional
Build-Depends: cmake,
debhelper (>= 12),
gfortran,
libarpack2-dev,
libgsl-dev,
libblas-dev | libopenblas-dev | libatlas-base-dev | libblas.so,
liblapack-dev | libopenblas-dev | libatlas-base-dev | liblapack.so,
mpi-default-dev,
petsc-dev,
python-dev,
slepc-dev,
swig,
texlive,
texlive-generic-recommended,
texinfo
Standards-Version: 4.3.0
Vcs-Browser: https://salsa.debian.org/science-team/getdp
Vcs-Git: https://salsa.debian.org/science-team/getdp.git
Homepage: http://www.geuz.org/getdp
Package: getdp
Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends}
Description: general environment for the treatment of discrete problems
GetDP is a general finite element solver using mixed elements to
discretize de Rham-type complexes in one, two and three dimensions.
.
The main feature of GetDP is the closeness between the input data
defining discrete problems (written by the user in ASCII data files)
and the symbolic mathematical expressions of these problems.
.
See GetDP's reference manual for a more thorough overview of GetDP's
capabilities: http://www.geuz.org/getdp
Package: getdp-sparskit
Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends}
Description: general environment for the treatment of discrete problems
GetDP is a general finite element solver using mixed elements to
discretize de Rham-type complexes in one, two and three dimensions.
.
The main feature of GetDP is the closeness between the input data
defining discrete problems (written by the user in ASCII data files)
and the symbolic mathematical expressions of these problems.
.
See GetDP's reference manual for a more thorough overview of GetDP's
capabilities: http://www.geuz.org/getdp
.
Getdp is compiled with SPARSKIT support
|