]> git.pld-linux.org Git - packages/clapack.git/blame - clapack.spec
- adapterized.
[packages/clapack.git] / clapack.spec
CommitLineData
cf338763 1Summary: The CLAPACK libraries for numerical linear algebra
2Summary(pl): Biblioteki numeryczne CLAPACK do algebry liniowej
3Name: clapack
4Version: 3.0
9dd3863a 5Release: 1
cf338763 6License: Freely distributable
7Group: Development/Libraries
cf338763 8Source0: http://www.netlib.org/clapack/%{name}.tgz
9dd3863a 9#Source1: http://www.netlib.org/clapack/manpages.tgz
cf338763 10Patch0: %{name}-automake_support.patch
9dd3863a 11URL: http://www.netlib.org/lapack/
cf338763 12BuildRequires: autoconf
13BuildRequires: automake
cf338763 14BuildRequires: ed
7cec03ca 15BuildRequires: gcc-g77
16BuildRequires: libtool
cf338763 17BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
9dd3863a 18Requires: cblas
cf338763 19
20%description
9dd3863a 21CLAPACK (Linear Algebra PACKage) is a standard library for numerical
22linear algebra. CLAPACK provides routines for solving systems of
cf338763 23simultaneous linear equations, least-squares solutions of linear
24systems of equations, eigenvalue problems, and singular value
25problems. Associated matrix factorizations (LU, Cholesky, QR, SVD,
26Schur, and generalized Schur) and related computations (i.e.,
27reordering of Schur factorizations and estimating condition numbers)
9dd3863a 28are also included. CLAPACK can handle dense and banded matrices, but
cf338763 29not general sparse matrices. Similar functionality is provided for
9dd3863a 30real and complex matrices in both single and double precision. CLAPACK
31is coded in Fortran77 and translated to C using f2c.
cf338763 32
33%description -l pl
2598dba2
JB
34