diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-03-08 00:16:15 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-03-08 00:16:15 +0700 |
commit | edeb43b50914cde9180af099f7fcfca0844afbd8 (patch) | |
tree | 16bc0b36ea67aefa1311015234c40b6b3980b89d /libraries/lapack-atlas/README | |
parent | a36d012001a96f7d97959cc7a2a279090bf4631c (diff) |
libraries/lapack-atlas: Removed (Along with atlas).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/lapack-atlas/README')
-rw-r--r-- | libraries/lapack-atlas/README | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/libraries/lapack-atlas/README b/libraries/lapack-atlas/README deleted file mode 100644 index 815d03fcda..0000000000 --- a/libraries/lapack-atlas/README +++ /dev/null @@ -1,8 +0,0 @@ -LAPACK provides routines for solving systems of simultaneous linear -equations, least-squares solutions of linear systems of equations, -eigenvalue problems, and singular value problems. - -This script just installs the LAPACK sources such that the atlas.SlackBuild -can find them (with its default settings) and build a full LAPACK -library linked to its optimized BLAS routines. As such nothing gets -build yet. |