]> git.pld-linux.org Git - packages/lapack.git/blame - lapack.spec
- sorted BRs
[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
873af485 5Release: 19
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
873af485 14Patch2: %{name}-gcc420.patch
3c513ef3 15URL: http://www.netlib.org/lapack/
6ec8881e
JB
16BuildRequires: autoconf
17BuildRequires: automake
4863fd81 18BuildRequires: gcc-g77
584ffaf6
JB
19BuildRequires: libtool >= 2:1.5
20Requires: blas = %{version}-%{release}
64123b99 21BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
3c513ef3 22
23%description
24LAPACK (Linear Algebra PACKage) is a standard library for numerical
25linear algebra. LAPACK provides routines for solving systems of
26simultaneous linear equations, least-squares solutions of linear
27systems of equations, eigenvalue problems, and singular value
28problems. Associated matrix factorizations (LU, Cholesky, QR, SVD,
29Schur, and generalized Schur) and related computations (i.e.,
30reordering of Schur factorizations and estimating condition numbers)
31are also included. LAPACK can handle dense and banded matrices, but
32not general sparse matrices. Similar functionality is provided for
33real and complex matrices in both single and double precision. LAPACK
6ec8881e
JB
34is coded in Fortran77.
35
36%description -l pl
37