summaryrefslogtreecommitdiffstats
path: root/cluster/lapack/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'cluster/lapack/DETAILS')
-rwxr-xr-xcluster/lapack/DETAILS32
1 files changed, 32 insertions, 0 deletions
diff --git a/cluster/lapack/DETAILS b/cluster/lapack/DETAILS
new file mode 100755
index 0000000000..8ad1f00295
--- /dev/null
+++ b/cluster/lapack/DETAILS
@@ -0,0 +1,32 @@
+ SPELL=lapack
+ VERSION=3.0
+ SOURCE=$SPELL.tgz
+ SOURCE2=manpages.tgz
+ MD5[0]=bf94f16cb3748678d38999bfba72b0ed
+ MD5[1]=8e57a511eee8b842daab2d7128374f97
+ SOURCE_DIRECTORY=$BUILD_DIRECTORY/LAPACK
+SOURCE2_DIRECTORY=$BUILD_DIRECTORY/LAPACK/man
+ SOURCE_URL[0]=http://www.netlib.org/$SPELL/$SOURCE
+ SOURCE2_URL[0]=http://www.netlib.org/$SPELL/$SOURCE2
+ WEB_SITE=http://www.netlib.org/lapack
+ ENTERED=20020519
+ UPDATED=20020519
+ MAINTAINER=zoran@idi.ntnu.no
+ LICENSE=http://netlib2.cs.utk.edu/lapack/faq.html#1.2
+ 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