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.3gf, liblapack.so.3, liblapack3gf
19 Replaces: libatlas3gf-base (<< 3.8.4-4), liblapack3gf (<< 3.4.1-1)
20 Breaks: libatlas3gf-base (<< 3.8.4-4), liblapack3gf (<< 3.4.1-1)
21 Description: Library of linear algebra routines 3 - shared version
22 LAPACK version 3.X is a comprehensive FORTRAN library that does
23 linear algebra operations including matrix inversions, least
24 squared solutions to linear sets of equations, eigenvector
25 analysis, singular value decomposition, etc. It is a very
26 comprehensive and reputable package that has found extensive
27 use in the scientific community.
32 Depends: ${misc:Depends}, liblapack3
33 Description: Transitional package for liblapack3
34 LAPACK version 3.X is a comprehensive FORTRAN library that does
35 linear algebra operations including matrix inversions, least
36 squared solutions to linear sets of equations, eigenvector
37 analysis, singular value decomposition, etc. It is a very
38 comprehensive and reputable package that has found extensive
39 use in the scientific community.
43 Depends: ${misc:Depends}, ${shlibs:Depends}
44 Provides: liblapacke.so.3
45 Description: Library of linear algebra routines 3 - C lib shared version
46 LAPACK version 3.X is a comprehensive FORTRAN library that does
47 linear algebra operations including matrix inversions, least
48 squared solutions to linear sets of equations, eigenvector
49 analysis, singular value decomposition, etc. It is a very
50 comprehensive and reputable package that has found extensive
51 use in the scientific community.
53 This package contains the Standard C language library for LAPACK.
55 Package: liblapacke-dev
58 Depends: ${misc:Depends}, liblapacke (= ${binary:Version})
59 Description: Library of linear algebra routines 3 - Headers
60 LAPACK version 3.X is a comprehensive FORTRAN library that does
61 linear algebra operations including matrix inversions, least
62 squared solutions to linear sets of equations, eigenvector
63 analysis, singular value decomposition, etc. It is a very
64 comprehensive and reputable package that has found extensive
65 use in the scientific community.
67 This package contains the Standard C language headers for LAPACK.
69 Package: liblapack-dev
72 Depends: ${misc:Depends}, liblapack3 (= ${binary:Version}),
73 libblas-dev | libblas.so
74 Provides: liblapack.so
75 Description: Library of linear algebra routines 3 - static version
76 LAPACK version 3.X is a comprehensive FORTRAN library that does
77 linear algebra operations including matrix inversions, least
78 squared solutions to linear sets of equations, eigenvector
79 analysis, singular value decomposition, etc. It is a very
80 comprehensive and reputable package that has found extensive
81 use in the scientific community.
83 Package: liblapack-pic
86 Conflicts: lapack-pic, lapack3-pic
87 Replaces: lapack-pic, lapack3-pic
88 Depends: ${misc:Depends}, liblapack3 (= ${binary:Version})
89 Description: Library of linear algebra routines 3 - static PIC version
90 LAPACK version 3.X is a comprehensive FORTRAN library that does
91 linear algebra operations including matrix inversions, least
92 squared solutions to linear sets of equations, eigenvector
93 analysis, singular value decomposition, etc. It is a very
94 comprehensive and reputable package that has found extensive
95 use in the scientific community.
97 Normally one would want to use non-PIC code for static linking. In
98 this case, install liblapack-dev. This package is provided for other
99 packages, such as ATLAS, needing access to PIC versions of the lapack
100 objects in their own build process.
102 Package: liblapack-test
106 Conflicts: lapack-test, lapack3-test
107 Replaces: lapack-test, lapack3-test
108 Depends: ${misc:Depends}, ${shlibs:Depends}
109 Description: Library of linear algebra routines 3 - testing programs
110 LAPACK version 3.X is a comprehensive FORTRAN library that does
111 linear algebra operations including matrix inversions, least
112 squared solutions to linear sets of equations, eigenvector
113 analysis, singular value decomposition, etc. It is a very
114 comprehensive and reputable package that has found extensive
115 use in the scientific community.
117 These testing programs have been run against the
118 shared library in the lapack package. The results have been
119 collected in the files test_results. These
120 programs are provided separately here so that the user can
121 test and compare alternate versions of the lapack libraries,
122 such as those provided by the ATLAS packages, and the lapack
125 Package: liblapack-doc
128 Depends: ${misc:Depends}
129 Conflicts: lapack-doc, lapack3-doc
130 Replaces: lapack-doc, lapack3-doc
131 Description: Library of linear algebra routines 3 - documentation
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 This package contains the Lapack User's Guide manual in html format.
141 Since version 3.4.0, the HTML documentation is generated thanks to doxygen.
143 Package: liblapack-doc-man
146 Depends: ${misc:Depends}
147 Description: Library of linear algebra routines 3 - documentation (manual pages)
148 LAPACK version 3.X is a comprehensive FORTRAN library that does
149 linear algebra operations including matrix inversions, least
150 squared solutions to linear sets of equations, eigenvector
151 analysis, singular value decomposition, etc. It is a very
152 comprehensive and reputable package that has found extensive
153 use in the scientific community.
155 This package contains the Lapack User's Guide manual in man format.