summaryrefslogtreecommitdiffstats
path: root/cluster/lapack/DETAILS
blob: a34d2ee0f06f10e9c9d52dede059401a16e75add (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
source $GRIMOIRE/CMAKE_FUNCTIONS
            SPELL=lapack
          VERSION=3.10.1
       VERSIONMAN=3.10.1
           SOURCE=$SPELL-$VERSION.tgz
      SOURCE_HASH=sha512:0500bbbb48483208c0a35b74972ff0059c389da6032824a2079637266a99fa980882eedf7f1fc490219ee4ff27812ac8c6afe118e25f40a9c2387e7b997762fb
          SOURCE2=lapack-manpages-$VERSIONMAN.tgz
     SOURCE2_HASH=sha512:0a395d426b433ce6e1eb4048ecca9e616655ce828d1845eef9c03cd2cd29c3b0c929b197000dc96fc79bfe3b0f2e7cd88036dcce9cf38d06a43a55d7482484c2
 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