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: lapack
Section: libs
Priority: optional
Maintainer: Camm Maguire <camm@enhanced.com>
Build-Depends: debhelper ( >= 4.1.16 ) , g77, blas-dev
Standards-Version: 3.6.1
Package: lapack
Architecture: any
Depends: ${shlibs:Depends}, debconf (>= 1.2.0)
Provides: lapack2
Conflicts: lapack99
Replaces: lapack99
Description: a library of linear algebra routines - shared version
LAPACK version 3.0 is a comprehensive FORTRAN library that does
linear algebra operations including matrix inversions, least
squared solutions to linear sets of equations, eigenvector
analysis, singular value decomposition, etc. It is a very
comprehensive and reputable package that has found extensive
use in the scientific community.
Package: lapack-dev
Architecture: any
Depends: lapack (= ${Source-Version}), libc6-dev, atlas2-base-dev | blas-dev | blas2-dev, ${g77}
Provides: lapack2-dev
Conflicts: lapack99-dev,lapack3-dev
Replaces: lapack99-dev,lapack3-dev
Section: devel
Description: a library of linear algebra routines - static version
LAPACK version 3.0 is a comprehensive FORTRAN library that does
linear algebra operations including matrix inversions, least
squared solutions to linear sets of equations, eigenvector
analysis, singular value decomposition, etc. It is a very
comprehensive and reputable package that has found extensive
use in the scientific community.
Package: lapack-pic
Architecture: any
Conflicts: lapack3-pic
Replaces: lapack3-pic
Depends: lapack (= ${Source-Version}), libc6-dev, atlas2-base-dev | blas-dev | blas2-dev
Description: a library of linear algebra routines - static PIC version
LAPACK version 3.0 is a comprehensive FORTRAN library that does
linear algebra operations including matrix inversions, least
squared solutions to linear sets of equations, eigenvector
analysis, singular value decomposition, etc. It is a very
comprehensive and reputable package that has found extensive
use in the scientific community.
.
Normally one would want to use non-PIC code for static linking. In
this case, install lapack-dev. This package is provided for other
packages, such as atlas, needing access to PIC versions of the lapack
objects in their own build process.
Package: lapack-test
Architecture: any
Depends: ${shlibs:Depends}
Conflicts: lapack3-test
Replaces: lapack3-test
Description: a library of linear algebra routines - testing programs
LAPACK version 3.0 is a comprehensive FORTRAN library that does
linear algebra operations including matrix inversions, least
squared solutions to linear sets of equations, eigenvector
analysis, singular value decomposition, etc. It is a very
comprehensive and reputable package that has found extensive
use in the scientific community.
.
These testing and timing programs have been run against the
shared library in the lapack package. The results have been
collected in the files test_results and timing_results. These
programs are provided separately here so that the user can
test and compare alternate versions of the lapack libraries,
such as those provided by the atlas packages, and the lapack99
package.
Package: lapack-doc
Section: doc
Architecture: all
Conflicts: lapack3-doc
Replaces: lapack3-doc
Description: a library of linear algebra routines - documentation
LAPACK version 3.0 is a comprehensive FORTRAN library that does
linear algebra operations including matrix inversions, least
squared solutions to linear sets of equations, eigenvector
analysis, singular value decomposition, etc. It is a very
comprehensive and reputable package that has found extensive
use in the scientific community.
.
This package contains manual pages for the routines, a
"Quick-Reference" guide, release notes, a frequently asked
questions document, and a copy of the Lapack User's Guide
manual in html format.
|