source $GRIMOIRE/CMAKE_FUNCTIONS SPELL=lapack VERSION=3.10.0 VERSIONMAN=3.10.0 SOURCE=$SPELL-$VERSION.tgz SOURCE_HASH=sha512:56055000c241bab8f318ebd79249ea012c33be0c4c3eca6a78e247f35ad9e8088f46605a0ba52fd5ad3e7898be3b7bc6c50ceb3af327c4986a266b06fe768cbf SOURCE2=lapack-manpages-$VERSIONMAN.tgz SOURCE2_HASH=sha512:1be73baaa869c4dae5c7ccf4cd046ffdb0553319fdebc8810c0eec9a0e15c6cce229bfa4e9507159cf24522084a0808a16a4fc880a55e131c58fca3557fc2914 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