4 Maintainer: Debian Science Team <debian-science-maintainers@lists.alioth.debian.org>
5 Uploaders: Sébastien Villemot <sebastien@debian.org>
6 Build-Depends: debhelper (>= 9), gfortran, libblas-dev (>= 1.2.20110419-3),
7 python, dpkg-dev (>= 1.16.1~)
8 Build-Depends-Indep: doxygen, graphviz
9 Standards-Version: 3.9.6
10 Homepage: http://www.netlib.org/lapack/
11 Vcs-Git: git://anonscm.debian.org/debian-science/packages/lapack.git
12 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-science/packages/lapack.git
13 XS-Testsuite: autopkgtest
17 Depends: ${misc:Depends}, ${shlibs:Depends}
18 Provides: liblapack.so.3
19 Description: Library of linear algebra routines 3 - shared version
20 LAPACK version 3.X is a comprehensive FORTRAN library that does
21 linear algebra operations including matrix inversions, least
22 squared solutions to linear sets of equations, eigenvector
23 analysis, singular value decomposition, etc. It is a very
24 comprehensive and reputable package that has found extensive
25 use in the scientific community.
29 Depends: ${misc:Depends}, ${shlibs:Depends}
30 Provides: liblapacke.so.3
31 Description: Library of linear algebra routines 3 - C lib shared version
32 LAPACK version 3.X is a comprehensive FORTRAN library that does
33 linear algebra operations including matrix inversions, least
34 squared solutions to linear sets of equations, eigenvector
35 analysis, singular value decomposition, etc. It is a very
36 comprehensive and reputable package that has found extensive
37 use in the scientific community.
39 This package contains the Standard C language library for LAPACK.
41 Package: liblapacke-dev
44 Depends: ${misc:Depends}, liblapacke (= ${binary:Version}), libblas-dev | libblas.so,
45 liblapack-dev | liblapack.so, libtmglib-dev
46 Description: Library of linear algebra routines 3 - Headers
47 LAPACK version 3.X is a comprehensive FORTRAN library that does
48 linear algebra operations including matrix inversions, least
49 squared solutions to linear sets of equations, eigenvector
50 analysis, singular value decomposition, etc. It is a very
51 comprehensive and reputable package that has found extensive
52 use in the scientific community.
54 This package contains the Standard C language headers for LAPACK.
58 Depends: ${misc:Depends}, ${shlibs:Depends}
59 Description: test matrix generators of LAPACK - shared version
60 libtmglib is a component of the LAPACK library, containing routines for
61 generation of input matrices for testing and timing of LAPACK.
63 This package contains a shared version of the library.
65 Package: libtmglib-dev
68 Depends: ${misc:Depends}, libtmglib3 (= ${binary:Version}), libblas-dev | libblas.so,
69 liblapack-dev | liblapack.so
70 Description: test matrix generators of LAPACK - development files
71 libtmglib is a component of the LAPACK library, containing routines for
72 generation of input matrices for testing and timing of LAPACK.
74 This package contains development files, including a static version of the
77 Package: liblapack-dev
80 Depends: ${misc:Depends}, liblapack3 (= ${binary:Version}),
81 libblas-dev | libblas.so
82 Provides: liblapack.so
83 Description: Library of linear algebra routines 3 - static version
84 LAPACK version 3.X is a comprehensive FORTRAN library that does
85 linear algebra operations including matrix inversions, least
86 squared solutions to linear sets of equations, eigenvector
87 analysis, singular value decomposition, etc. It is a very
88 comprehensive and reputable package that has found extensive
89 use in the scientific community.
91 Package: liblapack-pic
94 Depends: ${misc:Depends}, liblapack3 (= ${binary:Version})
95 Description: Library of linear algebra routines 3 - static PIC version
96 LAPACK version 3.X is a comprehensive FORTRAN library that does
97 linear algebra operations including matrix inversions, least
98 squared solutions to linear sets of equations, eigenvector
99 analysis, singular value decomposition, etc. It is a very
100 comprehensive and reputable package that has found extensive
101 use in the scientific community.
103 Normally one would want to use non-PIC code for static linking. In
104 this case, install liblapack-dev. This package is provided for other
105 packages, such as ATLAS, needing access to PIC versions of the lapack
106 objects in their own build process.
108 Package: liblapack-dbg
112 Depends: ${misc:Depends}, liblapack3 (= ${binary:Version}),
113 liblapacke (= ${binary:Version}), libtmglib3 (= ${binary:Version}),
115 Description: Library of linear algebra routines 3 - debugging symbols
116 LAPACK version 3.X is a comprehensive FORTRAN library that does
117 linear algebra operations including matrix inversions, least
118 squared solutions to linear sets of equations, eigenvector
119 analysis, singular value decomposition, etc. It is a very
120 comprehensive and reputable package that has found extensive
121 use in the scientific community.
123 This package contains the debugging symbols for LAPACK, the companion
124 libraries LAPACKE and tmglib, and the test programs.
126 Package: liblapack-test
130 Depends: ${misc:Depends}, ${shlibs:Depends}
131 Description: Library of linear algebra routines 3 - testing programs
132 LAPACK version 3.X is a comprehensive FORTRAN library that does
133 linear algebra operations including matrix inversions, least
134 squared solutions to linear sets of equations, eigenvector
135 analysis, singular value decomposition, etc. It is a very
136 comprehensive and reputable package that has found extensive
137 use in the scientific community.
139 These testing programs have been run against the
140 shared library in the lapack package. The results have been
141 collected in the files test_results. These
142 programs are provided separately here so that the user can
143 test and compare alternate versions of the lapack libraries,
144 such as those provided by the ATLAS packages, and the lapack
147 Package: liblapack-doc
150 Depends: ${misc:Depends}
151 Description: Library of linear algebra routines 3 - documentation
152 LAPACK version 3.X is a comprehensive FORTRAN library that does
153 linear algebra operations including matrix inversions, least
154 squared solutions to linear sets of equations, eigenvector
155 analysis, singular value decomposition, etc. It is a very
156 comprehensive and reputable package that has found extensive
157 use in the scientific community.
159 This package contains the Lapack User's Guide manual in html format.
161 Since version 3.4.0, the HTML documentation is generated thanks to doxygen.
163 Package: liblapack-doc-man
166 Depends: ${misc:Depends}
167 Description: Library of linear algebra routines 3 - documentation (manual pages)
168 LAPACK version 3.X is a comprehensive FORTRAN library that does
169 linear algebra operations including matrix inversions, least
170 squared solutions to linear sets of equations, eigenvector
171 analysis, singular value decomposition, etc. It is a very
172 comprehensive and reputable package that has found extensive
173 use in the scientific community.
175 This package contains the Lapack User's Guide manual in man format.