]> git.pld-linux.org Git - packages/lapack.git/blame - lapack.spec
- removed all Group fields translations (oure rpm now can handle translating
[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
ab74ae1b 5Release: 13
6ec8881e 6License: Freely distributable
3c513ef3 7Group: Development/Libraries
c5eb3977 8Source0: http://www.netlib.org/lapack/%{name}.tgz
9Source1: http://www.netlib.org/lapack/manpages.tgz
448f9206 10Patch0: %{name}-automake_support.patch
ab74ae1b 11Patch1: %{name}-20010525.patch
3c513ef3 12URL: http://www.netlib.org/lapack/
98ba983d 13BuildRequires: gcc-g77
6ec8881e
JB
14BuildRequires: autoconf
15BuildRequires: automake
16BuildRequires: libtool
17BuildRequires: ed
3c513ef3 18BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
e2b8b47d 19Requires: blas
3c513ef3 20
21%description
22LAPACK (Linear Algebra PACKage) is a standard library for numerical
23linear algebra. LAPACK provides routines for solving systems of
24simultaneous linear equations, least-squares solutions of linear
25systems of equations, eigenvalue problems, and singular value
26problems. Associated matrix factorizations (LU, Cholesky, QR, SVD,
27Schur, and generalized Schur) and related computations (i.e.,
28reordering of Schur factorizations and estimating condition numbers)
29are also included. LAPACK can handle dense and banded matrices, but
30not general sparse matrices. Similar functionality is provided for
31real and complex matrices in both single and double precision. LAPACK
6ec8881e
JB
32is coded in Fortran77.
33
34%description -l pl
35