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 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111
|
Source: scalapack
Section: devel
Priority: extra
Maintainer: Philipp Frauenfelder <pfrauenf@debian.org>
Standards-Version: 3.5.5
Build-Depends: mpich, lam3-dev, pvm-dev, blacs-mpich-dev, blacs-lam-dev, blacs-pvm-dev, g77, lapack-dev, blas-dev, f2c, debhelper
Package: scalapack1-mpich
Architecture: any
Depends: mpich, ${shlibs:Depends}
Suggests: scalapack-doc
Description: Scalable Linear Algebra Package
ScaLAPACK is the parallel version of LAPACK. It depends on PVM or MPI.
.
This package provides the shared libraries, it depends on the MPICH
implementation of MPI.
.
Also included: PBLAS, Parallel Basic Linear Algebra Subprograms.
Package: scalapack-mpich-dev
Architecture: any
Depends: scalapack1-mpich (= ${Source-Version}), blacs-mpich-dev, ${shlibs:Depends}
Suggests: scalapack-doc
Description: Scalable Linear Algebra Package
ScaLAPACK is the parallel version of LAPACK. It depends on PVM or MPI.
.
This package provides the static libraries and the links, it
depends on the MPICH implementation of MPI.
.
Also included: PBLAS, Parallel Basic Linear Algebra Subprograms.
Package: scalapack-mpich-test
Architecture: any
Depends: scalapack-test-common, ${shlibs:Depends}
Suggests: scalapack-doc
Description: Scalable Linear Algebra Package
ScaLAPACK is the parallel version of LAPACK. It depends on PVM or MPI.
.
This package provides the tester applications.
Package: scalapack1-lam
Architecture: any
Depends: blacs1-lam (>= 1.1-14), ${shlibs:Depends}
Suggests: scalapack-doc
Description: Scalable Linear Algebra Package
ScaLAPACK is the parallel version of LAPACK. It depends on PVM or MPI.
.
This package provides the shared libraries, it depends on the LAM
implementation of MPI.
.
Also included: PBLAS, Parallel Basic Linear Algebra Subprograms.
Package: scalapack-lam-dev
Architecture: any
Depends: scalapack1-lam (= ${Source-Version}), lam3-dev, blacs-lam-dev (>= 1.1-14), ${shlibs:Depends}
Suggests: scalapack-doc
Description: Scalable Linear Algebra Package
ScaLAPACK is the parallel version of LAPACK. It depends on PVM or MPI.
.
This package provides the static libraries and the links, it
depends on the LAM implementation of MPI.
.
Also included: PBLAS, Parallel Basic Linear Algebra Subprograms.
Package: scalapack-lam-test
Architecture: any
Depends: scalapack-test-common, ${shlibs:Depends}
Suggests: scalapack-doc
Description: Scalable Linear Algebra Package
ScaLAPACK is the parallel version of LAPACK. It depends on PVM or MPI.
.
This package provides the tester applications.
Package: scalapack1-pvm
Architecture: any
Depends: blacs1-pvm, ${shlibs:Depends}
Suggests: scalapack-doc
Description: Scalable Linear Algebra Package
ScaLAPACK is the parallel version of LAPACK. It depends on PVM or MPI.
.
This package provides the shared libraries needed to run applications.
.
Also included: PBLAS, Parallel Basic Linear Algebra Subprograms.
Package: scalapack-pvm-dev
Architecture: any
Depends: scalapack1-pvm (= ${Source-Version}), blacs-pvm-dev, pvm-dev, ${shlibs:Depends}
Suggests: scalapack-doc
Description: Scalable Linear Algebra Package
ScaLAPACK is the parallel version of LAPACK. It depends on PVM or MPI.
.
This package provides the static libraries and the links, it
depends on PVM
.
Also included: PBLAS, Parallel Basic Linear Algebra Subprograms.
Package: scalapack-pvm-test
Architecture: any
Depends: scalapack-test-common, ${shlibs:Depends}
Suggests: scalapack-doc
Description: Scalable Linear Algebra Package
ScaLAPACK is the parallel version of LAPACK. It depends on PVM or MPI.
.
This package provides the tester applications.
Package: scalapack-test-common
Architecture: all
Suggests: scalapack-lam-test | scalapack-mpich-test | scalapack-pvm-test
Description: Test data for ScaLAPACK testers.
The ScaLAPACK tester in scalapack-lam-test or scalapack-mpich-test
need some data provided by this package.
|