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
|
Source: petsc
Section: devel
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.0
Build-Depends: debhelper (>= 5.0), quilt, python (>= 2.2), gfortran, automake,
libx11-dev, mpi-default-dev, mpi-default-bin,
libblas-dev | libblas-3gf.so, liblapack-dev | liblapack-3gf.so,
libsuitesparse-dev (>= 3.1.0-2),
libspooles-dev (>= 2.2-6), libhypre-dev (>= 2.4.0), libscotch-dev,
libhdf5-mpi-dev
Build-Conflicts: libatlas3gf-base, libatlas-base-dev
Vcs-Git: git://git.debian.org/git/debian-science/packages/petsc.git
Vcs-Browser: http://git.debian.org/?p=debian-science/packages/petsc.git
Homepage: http://www.mcs.anl.gov/petsc
Package: libpetsc3.1-dev
Architecture: alpha amd64 arm armel i386 ia64 mips mipsel powerpc ppc64 s390 sparc kfreebsd-i386 kfreebsd-amd64 hurd-i386
Section: libdevel
Depends: libpetsc3.1 (= ${binary:Version}), ${mpi-dev}, ${linear-algebra-dev}, ${petsc-compilers}, ${petsc-extra-dev}, libx11-dev, libsuitesparse-dev, libsuperlu3-dev, libspooles-dev, libhypre-dev (>= 2.0.0.dfsg-7), libscotch-dev, ${babel-dev}, ${misc:Depends}, libhdf5-mpi-dev
Suggests: petsc-dev (= ${binary:Version}), libpetsc3.1-dbg (= ${binary:Version}), petsc3.1-doc (= ${binary:Version}), libluminate-dev
Provides: petsc3.1-dev
Description: Static libraries, shared links, header files for PETSc
PETSc is the "Portable Extensible Toolkit for Scientific Computation", a suite
of data structures and routines for the scalable (parallel) solution of
scientific applications modeled by partial differential equations. It employs
the MPI standard for all message-passing communication. Several sample
scientific applications, as well as various papers and talks, demonstrate the
features of the PETSc libraries.
Package: petsc-dev
Architecture: all
Section: libdevel
Depends: libpetsc3.1-dev, ${misc:Depends}
Suggests: petsc-dbg
Description: Meta-package depending on latest PETSc development package
This package will always depend on the most recent version of petscX-dev
(X=version), so if you install it then you will get upgrades automatically.
Package: libpetsc3.1
Architecture: alpha amd64 arm armel i386 ia64 mips mipsel powerpc ppc64 s390 sparc kfreebsd-i386 kfreebsd-amd64 hurd-i386
Section: libs
Depends: ${shlibs:Depends}, ${mpi}, ${misc:Depends}
Description: Shared libraries for version 3.1 of PETSc
PETSc is the "Portable Extensible Toolkit for Scientific Computation", a suite
of data structures and routines for the scalable (parallel) solution of
scientific applications modeled by partial differential equations. It employs
the MPI standard for all message-passing communication. Several sample
scientific applications, as well as various papers and talks, demonstrate the
features of the PETSc libraries.
Package: libpetsc3.1-dbg
Architecture: alpha amd64 arm armel i386 ia64 mips mipsel powerpc ppc64 s390 sparc kfreebsd-i386 kfreebsd-amd64 hurd-i386
Section: debug
Depends: libpetsc3.1-dev (= ${binary:Version}), ${misc:Depends}
Suggests: petsc-dbg (= ${binary:Version})
Provides: petsc3.1-dbg
Description: Static debugging libraries for PETSc
PETSc is the "Portable Extensible Toolkit for Scientific Computation", a suite
of data structures and routines for the scalable (parallel) solution of
scientific applications modeled by partial differential equations. It employs
the MPI standard for all message-passing communication. Several sample
scientific applications, as well as various papers and talks, demonstrate the
features of the PETSc libraries.
Package: petsc3.1-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}
Suggests: libpetsc3.1-dev (= ${binary:Version}), illuminator-doc
Description: Documentation and examples for PETSc
PETSc is the "Portable Extensible Toolkit for Scientific Computation", a suite
of data structures and routines for the scalable (parallel) solution of
scientific applications modeled by partial differential equations. It employs
the MPI standard for all message-passing communication. Several sample
scientific applications, as well as various papers and talks, demonstrate the
features of the PETSc libraries.
|