diff options
author | Kyle Guinn <elyk03@gmail.com> | 2017-06-28 00:59:07 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-07-01 07:42:12 +0700 |
commit | e125141f5fea0916137a14991d97cb4ae746cadc (patch) | |
tree | 08fdf3c84a6ab93af787f35a5fb13bda8831f419 /libraries/lapack/README | |
parent | b2341ef250ab7f25511d08e96d6abcbfaaf80355 (diff) |
libraries/lapack: Updated for version 3.7.1.
Signed-off-by: Kyle Guinn <elyk03@gmail.com>
Diffstat (limited to 'libraries/lapack/README')
-rw-r--r-- | libraries/lapack/README | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/libraries/lapack/README b/libraries/lapack/README index 5da2ac8d4c424..462551d54527c 100644 --- a/libraries/lapack/README +++ b/libraries/lapack/README @@ -2,7 +2,5 @@ LAPACK provides routines for solving systems of simultaneous linear equations, least-squares solutions of linear systems of equations, eigenvalue problems, and singular value problems. -Install an optimized BLAS instead of the reference BLAS from Netlib if you -wish to improve LAPACK's performance. Otherwise, use the BLAS build script -provided at Slackbuilds.org. You may also build your own tuned lapack library -with ATLAS. +Note: If you want good performance, then use the BLAS libraries provided by + your CPU vendor, or OpenBLAS or atlas provided by SlackBuilds.org. |