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
|
Source: arpack++
Maintainer: Debian QA Group <packages@qa.debian.org>
Section: devel
Priority: optional
Build-Depends: debhelper-compat (= 12),
libarpack2-dev,
libblas-dev,
liblapack-dev
Standards-Version: 4.4.1
Vcs-Browser: https://salsa.debian.org/science-team/arpackcpp
Vcs-Git: https://salsa.debian.org/science-team/arpackcpp.git
Homepage: https://www.caam.rice.edu/software/ARPACK/arpack++.html
Package: libarpack++2-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends: libarpack++2c2a (= ${binary:Version}),
libarpack2-dev,
${misc:Depends}
Recommends: libsuperlu-dev,
libopenblas-dev
Pre-Depends: ${misc:Pre-Depends}
Description: Object-oriented version of the ARPACK package (development)
ARPACK++ is an object-oriented version of the ARPACK package. It consists a
collection of classes that offers c++ programmers an interface to ARPACK. It
preserves the full capability, performance, accuracy and low memory
requirements of the FORTRAN package, but takes advantage of the c++
object-oriented programming environment.
.
ARPACK stands for ARnoldi PACKage and provides standard and
generalized eigenvalue solvers for sparse matrices that arises
typically from finite element codes. See the corresponding Debian
package.
Package: libarpack++2c2a
Architecture: any
Multi-Arch: same
Section: libs
Depends: ${misc:Depends},
${shlibs:Depends}
Pre-Depends: ${misc:Pre-Depends}
Conflicts: arpack++,
libarpack++2,
libarpack++2c2
Replaces: libarpack++2,
libarpack++2c2
Description: Object-oriented version of the ARPACK package (runtime)
ARPACK++ is an object-oriented version of the ARPACK package. It consists a
collection of classes that offers c++ programmers an interface to ARPACK. It
preserves the full capability, performance, accuracy and low memory
requirements of the FORTRAN package, but takes advantage of the c++
object-oriented programming environment.
.
ARPACK stands for ARnoldi PACKage and provides standard and
generalized eigenvalue solvers for sparse matrices that arises
typically from finite element codes. See the corresponding Debian
package.
|