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
|
Source: blas
Priority: optional
Maintainer: Debian Scientific Computing Team <pkg-scicomp-devel@lists.alioth.debian.org>
Uploaders: Camm Maguire <camm@enhanced.com>, Ondrej Certik <ondrej@certik.cz>
Standards-Version: 3.7.3
Build-Depends: gfortran, gcc-4.3 [alpha], debhelper ( >= 5 ), texlive-latex-recommended
Section: libs
XS-DM-Upload-Allowed: yes
Package: libblas3gf
Architecture: any
Provides: libblas.so.3gf
Depends: ${shlibs:Depends}
Description: Basic Linear Algebra Subroutines 3, shared library
This package is a binary incompatible upgrade to the blas package.
Several minor changes to the C interface have been incorporated.
One can maintain both versions on a system simultaneously to aid
in the transition.
.
BLAS (Basic Linear Algebra Subroutines) is a set of efficient
routines for most of the basic vector and matrix operations.
They are widely used as the basis for other high quality linear
algebra software, for example lapack and linpack. This
implementation is the Fortran 77 reference implementation found
at netlib.
.
This package contains a shared version of the library.
Package: libblas-dev
Architecture: any
Section: libdevel
Provides: libblas-3gf.so
Conflicts: atlas2-dev (<= 3.0-8), atlas2-headers (<< 3.2.1ln-1), blas-dev, refblas3-dev, libblas-3.so
Replaces: atlas2-dev (<= 3.0-8), atlas2-headers (<< 3.2.1ln-1), blas-dev, refblas3-dev, libblas-3.so
Depends: libblas3gf (= ${binary:Version})
Description: Basic Linear Algebra Subroutines 3, static library
This package is a binary incompatible upgrade to the blas-dev
package. Several minor changes to the C interface have been
incorporated.
.
BLAS (Basic Linear Algebra Subroutines) is a set of efficient
routines for most of the basic vector and matrix operations.
They are widely used as the basis for other high quality linear
algebra software, for example lapack and linpack. This
implementation is the Fortran 77 reference implementation found
at netlib.
.
This package contains a static version of the library.
Package: libblas-test
Architecture: any
Depends: ${shlibs:Depends}
Conflicts: blas-test, refblas3-test
Replaces: blas-test, refblas3-test
Description: Basic Linear Algebra Subroutines 3, testing programs
This package is a binary incompatible upgrade to the blas-test
package. Several minor changes to the C interface have been
incorporated. One can maintain both versions on a system
simultaneously to aid in the transition.
.
BLAS (Basic Linear Algebra Subroutines) is a set of efficient
routines for most of the basic vector and matrix operations.
They are widely used as the basis for other high quality linear
algebra software, for example lapack and linpack. This
implementation is the Fortran 77 reference implementation found
at netlib.
.
This package contains a set of programs which test the integrity
of an installed blas-compatible shared library. These programs
may therefore be used to test the libraries provided by the
blas package as well as those provided by the atlas packages.
The programs are dynamically linked -- one can explicitly select
a library to test by setting the LD_LIBRARY_PATH or LD_PRELOAD
environment variables. Likewise, one can display the library
selected using the ldd program in an identical environment.
Package: libblas-doc
Architecture: all
Section: doc
Depends:
Conflicts: blas-doc, refblas3-doc
Replaces: blas-doc, refblas3-doc
Description: Basic Linear Algebra Subroutines 3, documentation
BLAS (Basic Linear Algebra Subroutines) is a set of efficient
routines for most of the basic vector and matrix operations.
They are widely used as the basis for other high quality linear
algebra software, for example lapack and linpack. This
implementation is the Fortran 77 reference implementation found
at netlib.
.
This package contains manual pages for the routines, and other
supporting documentation
|