]> git.pld-linux.org Git - packages/lapack.git/blame - lapack.spec
- r18
[packages/lapack.git] / lapack.spec
CommitLineData
1d0d5108 1Summary: The LAPACK libraries for numerical linear algebra
6ec8881e 2Summary(pl): Biblioteki numeryczne LAPACK do algebry liniowej
3c513ef3 3Name: lapack
4Version: 3.0
469a9b89 5Release: 18
61effd37 6License: freely distributable
3c513ef3 7Group: Development/Libraries
c5eb3977 8Source0: http://www.netlib.org/lapack/%{name}.tgz
0e301ae7 9# Source0-md5: a24f59304f87b78cdc7da2ae59c98664
c5eb3977 10Source1: http://www.netlib.org/lapack/manpages.tgz
0e301ae7 11# Source1-md5: 50efab6cd73a9429584f7f1537f1727f
448f9206 12Patch0: %{name}-automake_support.patch
ab74ae1b 13Patch1: %{name}-20010525.patch
3c513ef3 14URL: http://www.netlib.org/lapack/
98ba983d 15BuildRequires: gcc-g77
6ec8881e
JB
16BuildRequires: autoconf
17BuildRequires: automake
64123b99 18BuildRequires: libtool >= 1:1.4.2-9
ed70c195 19Requires: blas = %{version}
64123b99 20BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
3c513ef3 21
22%description
23LAPACK (Linear Algebra PACKage) is a standard library for numerical
24linear algebra. LAPACK provides routines for solving systems of
25simultaneous linear equations, least-squares solutions of linear
26systems of equations, eigenvalue problems, and singular value
27problems. Associated matrix factorizations (LU, Cholesky, QR, SVD,
28Schur, and generalized Schur) and related computations (i.e.,
29reordering of Schur factorizations and estimating condition numbers)
30are also included. LAPACK can handle dense and banded matrices, but
31not general sparse matrices. Similar functionality is provided for
32real and complex matrices in both single and double precision. LAPACK
6ec8881e
JB
33is coded in Fortran77.
34
35%description -l pl
36