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 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155
|
Source: lapack
Section: libs
Priority: optional
Maintainer: Debian Science Team <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Sylvestre Ledru <sylvestre@debian.org>,
Sébastien Villemot <sebastien.villemot@ens.fr>
DM-Upload-Allowed: yes
Build-Depends: debhelper (>= 7), gfortran, libblas-dev (>= 1.2.20110419-3),
doxygen, python, graphviz
Standards-Version: 3.9.3
Homepage: http://www.netlib.org/lapack/
Vcs-Svn: svn://svn.debian.org/svn/debian-science/packages/lapack/
Vcs-Browser: http://svn.debian.org/viewsvn/debian-science/packages/lapack/
Package: liblapack3
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Provides: liblapack.so.3gf, liblapack.so.3, liblapack3gf
Replaces: libatlas3gf-base (<< 3.8.4-4), liblapack3gf (<< 3.4.1-1)
Breaks: libatlas3gf-base (<< 3.8.4-4), liblapack3gf (<< 3.4.1-1)
Description: Library of linear algebra routines 3 - shared version
LAPACK version 3.X 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: liblapack3gf
Architecture: all
Section: oldlibs
Depends: ${misc:Depends}, liblapack3
Description: Transitional package for liblapack3
LAPACK version 3.X 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: liblapacke
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Provides: liblapacke.so.3
Description: Library of linear algebra routines 3 - C lib shared version
LAPACK version 3.X 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 the Standard C language library for LAPACK.
Package: liblapacke-dev
Section: libdevel
Architecture: any
Depends: ${misc:Depends}, liblapacke (= ${binary:Version})
Description: Library of linear algebra routines 3 - Headers
LAPACK version 3.X 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 the Standard C language headers for LAPACK.
Package: liblapack-dev
Section: libdevel
Architecture: any
Depends: ${misc:Depends}, liblapack3 (= ${binary:Version}),
libblas-dev | libblas-3.so
Provides: liblapack-3.so
Description: Library of linear algebra routines 3 - static version
LAPACK version 3.X 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: liblapack-pic
Section: libdevel
Architecture: any
Conflicts: lapack-pic, lapack3-pic
Replaces: lapack-pic, lapack3-pic
Depends: ${misc:Depends}, liblapack3 (= ${binary:Version})
Description: Library of linear algebra routines 3 - static PIC version
LAPACK version 3.X 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 liblapack-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: liblapack-test
Section: devel
Priority: extra
Architecture: any
Conflicts: lapack-test, lapack3-test
Replaces: lapack-test, lapack3-test
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Library of linear algebra routines 3 - testing programs
LAPACK version 3.X 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 programs have been run against the
shared library in the lapack package. The results have been
collected in the files test_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 lapack
package.
Package: liblapack-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Conflicts: lapack-doc, lapack3-doc
Replaces: lapack-doc, lapack3-doc
Description: Library of linear algebra routines 3 - documentation
LAPACK version 3.X 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 the Lapack User's Guide manual in html format.
.
Since version 3.4.0, the HTML documentation is generated thanks to doxygen.
Package: liblapack-doc-man
Section: doc
Architecture: all
Depends: ${misc:Depends}
Description: Library of linear algebra routines 3 - documentation (manual pages)
LAPACK version 3.X 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 the Lapack User's Guide manual in man format.
|