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
|
Source: spooles
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: "Adam C. Powell, IV" <hazelsct@debian.org>
Section: math
Priority: optional
Build-Depends: debhelper (>= 11~),
mpi-default-dev
Build-Depends-Indep: texlive-latex-base
Standards-Version: 4.2.1
Vcs-Browser: https://salsa.debian.org/science-team/spooles
Vcs-Git: https://salsa.debian.org/science-team/spooles.git
Homepage: http://www.netlib.org/linalg/spooles/
Package: libspooles-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends: libspooles2.2 (= ${binary:Version}),
mpi-default-dev,
${misc:Depends}
Suggests: spooles-doc
Pre-Depends: ${misc:Pre-Depends}
Description: SPOOLES SParse Object Oriented Linear Equations Solver development files
SPOOLES is a library for solving sparse real and complex linear systems of
equations, written in the C language using object oriented design.
.
This package contains the SPOOLES development files.
Package: libspooles2.2
Architecture: any
Multi-Arch: same
Section: libs
Depends: ${misc:Depends},
${shlibs:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: SPOOLES SParse Object Oriented Linear Equations Solver shared library
SPOOLES is a library for solving sparse real and complex linear systems of
equations, written in the C language using object oriented design.
.
This package contains the SPOOLES shared library.
Package: spooles-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}
Suggests: libspooles2.2-dev
Description: SPOOLES numerical simulation pre- and post-processor documentation
SPOOLES is a library for solving sparse real and complex linear systems of
equations, written in the C language using object oriented design.
.
This package contains the documentation for SPOOLES.
|