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: arpack++
Maintainer: Debian Science Team <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Anton Gladky <gladk@debian.org>
Section: devel
Testsuite: autopkgtest
Priority: optional
Build-Depends: debhelper (>= 9),
dh-autoreconf,
libarpack2-dev,
libblas-dev,
liblapack-dev
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/arpack++.git
Vcs-Git: https://anonscm.debian.org/git/debian-science/packages/arpack++.git
Homepage: http://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.
|