]> git.pld-linux.org Git - packages/lapack.git/blame - lapack.spec
libtool 1.4b workarounds
[packages/lapack.git] / lapack.spec
CommitLineData
3c513ef3 1Summary: The LAPACK libraries for numerical linear algebra.
2Name: lapack
3Version: 3.0
48b45367 4Release: 2
3c513ef3 5Copyright: Freely distributable
6Group: Development/Libraries
7Group(fr): Development/Librairies
8Group(pl): Programowanie/Biblioteki
c5eb3977 9Source0: http://www.netlib.org/lapack/%{name}.tgz
10Source1: http://www.netlib.org/lapack/manpages.tgz
448f9206 11#Source2: Makefile.blas
12#Source3: Makefile.lapack
13Patch0: %{name}-automake_support.patch
3c513ef3 14URL: http://www.netlib.org/lapack/
98ba983d 15BuildRequires: gcc-g77
3c513ef3 16BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
e2b8b47d 17Requires: blas
3c513ef3 18
19%description
20LAPACK (Linear Algebra PACKage) is a standard library for numerical
21linear algebra. LAPACK provides routines for solving systems of
22simultaneous linear equations, least-squares solutions of linear
23systems of equations, eigenvalue problems, and singular value
24problems. Associated matrix factorizations (LU, Cholesky, QR, SVD,
25Schur, and generalized Schur) and related computations (i.e.,
26reordering of Schur factorizations and estimating condition numbers)
27are also included. LAPACK can handle dense and banded matrices, but
28not general sparse matrices. Similar functionality is provided for
29real and complex matrices in both single and double precision. LAPACK
30is coded in Fortran77 and is built with egcs.
31
f1593bb3 32%package devel
33Summary: %{name} header files
34