LAPACK  3.5.0
LAPACK: Linear Algebra PACKage
control
Go to the documentation of this file.
1 Source: lapack
2 Section: libs
3 Priority: optional
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
14 
15 Package: liblapack3
16 Architecture: any
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.
26 
27 Package: liblapacke
28 Architecture: any
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.
38  .
39  This package contains the Standard C language library for LAPACK.
40 
41 Package: liblapacke-dev
42 Section: libdevel
43 Architecture: any
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.
53  .
54  This package contains the Standard C language headers for LAPACK.
55 
56 Package: libtmglib3
57 Architecture: any
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.
62  .
63  This package contains a shared version of the library.
64 
65 Package: libtmglib-dev
66 Section: libdevel
67 Architecture: any
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.
73  .
74  This package contains development files, including a static version of the
75  library.
76 
77 Package: liblapack-dev
78 Section: libdevel
79 Architecture: any
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.
90 
91 Package: liblapack-pic
92 Section: libdevel
93 Architecture: any
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.
102  .
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.
107 
108 Package: liblapack-dbg
109 Section: debug
110 Priority: extra
111 Architecture: any
112 Depends: ${misc:Depends}, liblapack3 (= ${binary:Version}),
113  liblapacke (= ${binary:Version}), libtmglib3 (= ${binary:Version}),
114  liblapack-test
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.
122  .
123  This package contains the debugging symbols for LAPACK, the companion
124  libraries LAPACKE and tmglib, and the test programs.
125 
126 Package: liblapack-test
127 Section: devel
128 Priority: extra
129 Architecture: any
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.
138  .
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
145  package.
146 
147 Package: liblapack-doc
148 Section: doc
149 Architecture: all
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.
158  .
159  This package contains the Lapack User's Guide manual in html format.
160  .
161  Since version 3.4.0, the HTML documentation is generated thanks to doxygen.
162 
163 Package: liblapack-doc-man
164 Section: doc
165 Architecture: all
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.
174  .
175  This package contains the Lapack User's Guide manual in man format.