LAPACK  3.5.0
LAPACK: Linear Algebra PACKage
 All Classes Files Functions Variables Typedefs Macros
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: Sylvestre Ledru <sylvestre@debian.org>,
6  Sébastien Villemot <sebastien@debian.org>
7 Build-Depends: debhelper (>= 9), gfortran, libblas-dev (>= 1.2.20110419-3),
8  python
9 Build-Depends-Indep: doxygen, graphviz
10 Standards-Version: 3.9.5
11 Homepage: http://www.netlib.org/lapack/
12 Vcs-Git: git://anonscm.debian.org/debian-science/packages/lapack.git
13 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-science/packages/lapack.git
14 XS-Testsuite: autopkgtest
15 
17 Architecture: any
18 Depends: ${misc:Depends}, ${shlibs:Depends}
19 Provides: liblapack.so.3gf, liblapack.so.3, liblapack3gf
20 Replaces: libatlas3gf-base (<< 3.8.4-4), liblapack3gf (<< 3.4.1-1)
21 Breaks: libatlas3gf-base (<< 3.8.4-4), liblapack3gf (<< 3.4.1-1)
22 Description: Library of linear algebra routines 3 - shared version
23  LAPACK version 3.X is a comprehensive FORTRAN library that does
24  linear algebra operations including matrix inversions, least
25  squared solutions to linear sets of equations, eigenvector
26  analysis, singular value decomposition, etc. It is a very
27  comprehensive and reputable package that has found extensive
28  use in the scientific community.
29 
31 Architecture: all
32 Section: oldlibs
34 Description: Transitional package for liblapack3
35  LAPACK version 3.X is a comprehensive FORTRAN library that does
36  linear algebra operations including matrix inversions, least
37  squared solutions to linear sets of equations, eigenvector
38  analysis, singular value decomposition, etc. It is a very
39  comprehensive and reputable package that has found extensive
40  use in the scientific community.
41 
42 Package: liblapacke
43 Architecture: any
44 Depends: ${misc:Depends}, ${shlibs:Depends}
45 Provides: liblapacke.so.3
46 Description: Library of linear algebra routines 3 - C lib shared version
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 library for LAPACK.
55 
56 Package: liblapacke-dev
57 Section: libdevel
58 Architecture: any
59 Depends: ${misc:Depends}, liblapacke (= ${binary:Version})
60 Description: Library of linear algebra routines 3 - Headers
61  LAPACK version 3.X is a comprehensive FORTRAN library that does
62  linear algebra operations including matrix inversions, least
63  squared solutions to linear sets of equations, eigenvector
64  analysis, singular value decomposition, etc. It is a very
65  comprehensive and reputable package that has found extensive
66  use in the scientific community.
67  .
68  This package contains the Standard C language headers for LAPACK.
69 
70 Package: liblapack-dev
71 Section: libdevel
72 Architecture: any
73 Depends: ${misc:Depends}, liblapack3 (= ${binary:Version}),
74  libblas-dev | libblas.so
75 Provides: liblapack.so
76 Description: Library of linear algebra routines 3 - static version
77  LAPACK version 3.X is a comprehensive FORTRAN library that does
78  linear algebra operations including matrix inversions, least
79  squared solutions to linear sets of equations, eigenvector
80  analysis, singular value decomposition, etc. It is a very
81  comprehensive and reputable package that has found extensive
82  use in the scientific community.
83 
84 Package: liblapack-pic
85 Section: libdevel
86 Architecture: any
87 Conflicts: lapack-pic, lapack3-pic
88 Replaces: lapack-pic, lapack3-pic
89 Depends: ${misc:Depends}, liblapack3 (= ${binary:Version})
90 Description: Library of linear algebra routines 3 - static PIC version
91  LAPACK version 3.X is a comprehensive FORTRAN library that does
92  linear algebra operations including matrix inversions, least
93  squared solutions to linear sets of equations, eigenvector
94  analysis, singular value decomposition, etc. It is a very
95  comprehensive and reputable package that has found extensive
96  use in the scientific community.
97  .
98  Normally one would want to use non-PIC code for static linking. In
99  this case, install liblapack-dev. This package is provided for other
100  packages, such as ATLAS, needing access to PIC versions of the lapack
101  objects in their own build process.
102 
103 Package: liblapack-test
104 Section: devel
105 Priority: extra
106 Architecture: any
107 Conflicts: lapack-test, lapack3-test
108 Replaces: lapack-test, lapack3-test
109 Depends: ${misc:Depends}, ${shlibs:Depends}
110 Description: Library of linear algebra routines 3 - testing programs
111  LAPACK version 3.X is a comprehensive FORTRAN library that does
112  linear algebra operations including matrix inversions, least
113  squared solutions to linear sets of equations, eigenvector
114  analysis, singular value decomposition, etc. It is a very
115  comprehensive and reputable package that has found extensive
116  use in the scientific community.
117  .
118  These testing programs have been run against the
119  shared library in the lapack package. The results have been
120  collected in the files test_results. These
121  programs are provided separately here so that the user can
122  test and compare alternate versions of the lapack libraries,
123  such as those provided by the ATLAS packages, and the lapack
124  package.
125 
126 Package: liblapack-doc
127 Section: doc
128 Architecture: all
129 Depends: ${misc:Depends}
130 Conflicts: lapack-doc, lapack3-doc
131 Replaces: lapack-doc, lapack3-doc
132 Description: Library of linear algebra routines 3 - documentation
133  LAPACK version 3.X is a comprehensive FORTRAN library that does
134  linear algebra operations including matrix inversions, least
135  squared solutions to linear sets of equations, eigenvector
136  analysis, singular value decomposition, etc. It is a very
137  comprehensive and reputable package that has found extensive
138  use in the scientific community.
139  .
140  This package contains the Lapack User's Guide manual in html format.
141  .
142  Since version 3.4.0, the HTML documentation is generated thanks to doxygen.
143 
144 Package: liblapack-doc-man
145 Section: doc
146 Architecture: all
147 Depends: ${misc:Depends}
148 Description: Library of linear algebra routines 3 - documentation (manual pages)
149  LAPACK version 3.X is a comprehensive FORTRAN library that does
150  linear algebra operations including matrix inversions, least
151  squared solutions to linear sets of equations, eigenvector
152  analysis, singular value decomposition, etc. It is a very
153  comprehensive and reputable package that has found extensive
154  use in the scientific community.
155  .
156  This package contains the Lapack User's Guide manual in man format.