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 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84
|
Source: getfem++
Maintainer: Debian Science Team <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Konstantinos Poulios <poulios.konstantinos@gmail.com>
Section: libs
Priority: optional
Build-Depends: autoconf,
automake,
debhelper-compat (= 12),
dh-python,
libblas-dev,
libboost-system-dev,
libboost-thread-dev,
libmetis-dev,
libmumps-seq-dev,
libqhull-dev,
libsuperlu-dev,
libtool,
python3-all-dev,
python3-numpy,
python3-scipy
Standards-Version: 4.4.0
Vcs-Browser: https://salsa.debian.org/science-team/getfem
Vcs-Git: https://salsa.debian.org/science-team/getfem.git
Homepage: http://getfem.org/
Package: libgetfem++-dev
Architecture: any
Section: libdevel
Depends: libboost-system-dev,
libboost-thread-dev,
libgetfem5++ (= ${binary:Version}),
libgmm++-dev (= ${binary:Version}),
libsuperlu-dev,
${misc:Depends}
Description: Development files for the GETFEM++ generic finite element library
GETFEM++ is a library allowing the computation of any elementary matrix (even
for mixed finite element methods) on the largest class of methods and elements,
and for arbitrary dimension.
.
This package contains development files for building software that uses the
GETFEM++ library.
Package: libgetfem5++
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends},
${shlibs:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: GETFEM++ generic finite element library
GETFEM++ is a library allowing the computation of any elementary matrix (even
for mixed finite element methods) on the largest class of methods and elements,
and for arbitrary dimension.
Package: libgmm++-dev
Architecture: any
Section: libdevel
Depends: libmumps-dev,
${misc:Depends},
${shlibs:Depends}
Description: Generic C++ template library for sparse, dense and skyline matrices
GMM++ is a framework of pre-defined methods for matrix computation. It is built
as a set of generic algorithms for any interfaced vector type or matrix type.
.
It can be viewed as a glue library allowing cooperation between several vector
and matrix types. However, basic sparse, dense and skyline matrix/vector types
are built-in, hence it can be used as a standalone linear algebra library.
Package: python3-getfem++
Architecture: any
Section: python
Depends: libgetfem5++ (= ${binary:Version}),
python3,
python3-numpy,
python3-scipy,
${misc:Depends},
${python3:Depends},
${shlibs:Depends}
Provides: ${python3:Provides}
Description: Python interface to the GETFEM++ generic finite element library
GETFEM++ is a library allowing the computation of any elementary matrix (even
for mixed finite element methods) on the largest class of methods and elements,
and for arbitrary dimension.
.
This package contains the Python 3 interface to GETFEM++.
|