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 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125
|
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: dpkg-dev (>= 1.22.5), autoconf,
automake,
debhelper-compat (= 13),
dh-sequence-python3,
libblas-dev | libopenblas-dev | libatlas-base-dev | libblas.so,
liblapack-dev | libopenblas-dev | libatlas-base-dev | liblapack.so,
libmetis-dev,
libmumps-seq-dev,
libqhull-dev,
libsuperlu-dev,
libtool,
python3-dev,
python3-numpy,
python3-scipy,
python3-setuptools,
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/science-team/getfem
Vcs-Git: https://salsa.debian.org/science-team/getfem.git
Homepage: http://getfem.org/
Rules-Requires-Root: no
Package: libgetfem-dev
Replaces: libgetfem++-dev (<< 5.4.1~)
Breaks: libgetfem++-dev (<< 5.4.1~)
Architecture: any
Section: libdevel
Depends: libgetfem5t64 (= ${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: libgetfem5t64
Provides: ${t64:Provides}
Replaces: libgetfem5, libgetfem5++ (<< 5.4.1~)
Breaks: libgetfem5 (<< ${source:Version}), libgetfem5++ (<< 5.4.1~)
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
Replaces: libgmm++-dev (<< 5.4.1~)
Breaks: libgmm++-dev (<< 5.4.1~)
Architecture: any
Multi-Arch: same
Section: libdevel
Depends: libmumps-dev,
${misc: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
Replaces: python3-getfem++ (<< 5.4.1~)
Breaks: python3-getfem++ (<< 5.4.1~)
Architecture: any
Section: python
XB-Python-Version: ${python3:Versions}
Depends: libgetfem5t64 (= ${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.
Package: libgetfem++-dev
Depends: libgetfem-dev, ${misc:Depends}
Architecture: all
Priority: optional
Section: oldlibs
Description: transitional package
This is a transitional package. It can safely be removed.
Package: libgetfem5++
Depends: libgetfem5t64, ${misc:Depends}
Architecture: all
Priority: optional
Section: oldlibs
Description: transitional package
This is a transitional package. It can safely be removed.
Package: libgmm++-dev
Depends: libgmm-dev, ${misc:Depends}
Architecture: all
Priority: optional
Section: oldlibs
Description: transitional package
This is a transitional package. It can safely be removed.
Package: python3-getfem++
Depends: python3-getfem, ${misc:Depends}
Architecture: all
Priority: optional
Section: oldlibs
Description: transitional package
This is a transitional package. It can safely be removed.
|