            SPELL=clapack
          VERSION=3.0
           SOURCE=$SPELL.tgz
          SOURCE2=manpages.tgz
      SOURCE_HASH=sha512:5f4e11ee97e22f4d7bbf1ddc1c6c96bd0176fa897d9f32ce42eb231c21955620ba9d024c4b839f21682b6a28b8438c1faa288127095e166ab3880c0fccb91452
     SOURCE2_HASH=sha512:289c23d622b5c5469ba841b095f71fccb1742789316a5853147b88dbf39ec6b95aeb61214b994d108b6085b0c3963988a51c029868ebbfcc7d6d64a58881feba
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/CLAPACK
SOURCE2_DIRECTORY=$BUILD_DIRECTORY/CLAPACK/man
    SOURCE_URL[0]=http://www.netlib.org/$SPELL/$SOURCE
   SOURCE2_URL[0]=http://www.netlib.org/lapack/$SOURCE2
       LICENSE[0]=http://netlib2.cs.utk.edu/lapack/faq.html#1.2
         WEB_SITE=http://www.netlib.org/clapack
         KEYWORDS="algebra cluster"
          ENTERED=20020524
            SHORT="Linear Algebra PACKage (C 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 (C version).
EOF
