diff options
author | Kyle Guinn <elyk03@gmail.com> | 2017-12-14 23:49:40 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-12-21 08:19:39 +0700 |
commit | 0ce1634d97fbdd8bb021aaa2cf27d6cf9c623449 (patch) | |
tree | 0130942b0382dab84d107f60cf8a585f7baf92e0 /libraries/lapack/README | |
parent | 53e9010822997189ddb44e7d037323c5c9a4b98b (diff) |
libraries/lapack: Updated for version 3.8.0.
Signed-off-by: Kyle Guinn <elyk03@gmail.com>
Diffstat (limited to 'libraries/lapack/README')
-rw-r--r-- | libraries/lapack/README | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libraries/lapack/README b/libraries/lapack/README index 462551d54527..6cbfe89752b1 100644 --- a/libraries/lapack/README +++ b/libraries/lapack/README @@ -2,5 +2,8 @@ LAPACK provides routines for solving systems of simultaneous linear equations, least-squares solutions of linear systems of equations, eigenvalue problems, and singular value problems. +To build a static library in addition to the shared library, +pass STATIC=yes to the script. + Note: If you want good performance, then use the BLAS libraries provided by your CPU vendor, or OpenBLAS or atlas provided by SlackBuilds.org. |