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 112 113 114 115 116 117 118
|
Source: lapack3
Section: libs
Priority: optional
Maintainer: Camm Maguire <camm@enhanced.com>
Build-Depends: debhelper ( >= 4 ) , g77, refblas3-dev
Standards-Version: 3.6.1
Package: lapack3
Architecture: any
Depends: ${shlibs:Depends}, debconf
Provides: liblapack.so.3
Conflicts: lapack99
Replaces: lapack99
Description: library of linear algebra routines 3 - shared version
This package is a binary incompatible upgrade to the lapack
package. The (minor) incompatibilities are entirely due to changes in
the blas library, against which this library is linked. Please see the
documentation for the refblas3 package for details.
.
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: lapack3-dev
Architecture: any
Depends: lapack3 (= ${Source-Version}), libc6-dev, atlas3-base-dev | refblas3-dev | libblas-3.so, ${g77}
Provides: liblapack-3.so
Conflicts: lapack99-dev,lapack-dev
Replaces: lapack99-dev,lapack-dev
Section: devel
Description: library of linear algebra routines 3 - static version
This package is a binary incompatible upgrade to the lapack-dev
package. The (minor) incompatibilities are entirely due to changes in
the blas library, against which this library is linked. Please see the
documentation for the refblas3 package for details.
.
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: lapack3-pic
Architecture: any
Conflicts: lapack-pic
Replaces: lapack-pic
Depends: lapack3 (= ${Source-Version}), libc6-dev, atlas3-base-dev | refblas3-dev | libblas-3.so
Description: library of linear algebra routines 3 - static PIC version
This package is a binary incompatible upgrade to the lapack-pic
package. The (minor) incompatibilities are entirely due to changes in
the blas library, against which this library is linked. Please see the
documentation for the refblas3 package for details.
.
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: lapack3-test
Architecture: any
Conflicts: lapack-test
Replaces: lapack-test
Depends: ${shlibs:Depends}
Description: library of linear algebra routines 3 - testing programs
This package is a binary incompatible upgrade to the lapack-test
package. The (minor) incompatibilities are entirely due to changes in
the blas library, against which this library is linked. Please see the
documentation for the refblas3 package for details.
.
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: lapack3-doc
Section: doc
Architecture: all
Conflicts: lapack-doc
Replaces: lapack-doc
Description: library of linear algebra routines 3 - documentation
This package is an upgrade to the lapack-doc package to accompany
the binary incompatible upgrade from lapack to reflapack3.. The
(minor) incompatibilities in this upgrade are entirely due to changes
in the blas library, against which this library is linked. Please see
the documentation for the refblas3 package for details.
.
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.
|