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
|
Source: spooles
Section: math
Priority: extra
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: "Adam C. Powell, IV" <hazelsct@debian.org>
DM-Upload-Allowed: yes
Standards-Version: 3.9.2
Build-Depends: debhelper (>= 5.0), quilt, mpi-default-dev
Build-Depends-Indep: texlive-latex-base
Vcs-Git: git://git.debian.org/git/debian-science/packages/spooles.git
Vcs-Browser: http://git.debian.org/?p=debian-science/packages/spooles.git
Homepage: http://www.netlib.org/linalg/spooles/
Package: libspooles-dev
Architecture: any
Section: libdevel
Depends: mpi-default-dev, libspooles2.2 (= ${binary:Version}), ${misc:Depends}
Suggests: spooles-doc
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
Section: libs
Depends: ${shlibs:Depends}, ${misc: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.
|