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