source $GRIMOIRE/CMAKE_FUNCTIONS SPELL=lapack VERSION=3.8.0 VERSIONMAN=3.8.0 SOURCE=$SPELL-$VERSION.tgz SOURCE_HASH=sha512:17786cb7306fccdc9b4a242de7f64fc261ebe6a10b6ec55f519deb4cb673cb137e8742aa5698fd2dc52f1cd56d3bd116af3f593a01dcf6770c4dcc86c50b2a7f SOURCE2=lapack-manpages-$VERSIONMAN.tgz SOURCE2_HASH=sha512:75184bbfac90f46e4fbb25b341f00c260904b5f3174084022c53c686a5181bb678fc1ec948f419d33890cb5769a60ca1000964e4bf6cc89438552e8b8fe45f2a SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION SOURCE2_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION/man SOURCE_URL[0]=https://github.com/Reference-LAPACK/lapack/archive/v${VERSION}.tar.gz SOURCE2_URL[0]=http://www.netlib.org/$SPELL/manpages-$VERSIONMAN.tgz LICENSE[0]=http://netlib2.cs.utk.edu/lapack/faq.html#1.2 WEB_SITE=http://www.netlib.org/lapack KEYWORDS="fortran algebra cluster" ENTERED=20020519 PATCHLEVEL=1 SHORT="Linear Algebra PACKage (Fortran version)" cat << EOF LAPACK provides routines for solving systems of simultaneous linear equations, least-squares solutions of linear systems of equations, eigenvalue problems, and singular value problems. The associated matrix factorizations (LU, Cholesky, QR, SVD, Schur, generalized Schur) are also provided, as are related computations such as reordering of the Schur factorizations and estimating condition numbers. Dense and banded matrices are handled, but not general sparse matrices. In all areas, similar functionality is provided for real and complex matrices, in both single and double precision. Contains also the BLAS (Basic Linear Algebra Subprograms) library (Fortran version). EOF