diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-03-08 00:11:39 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-03-08 00:11:39 +0700 |
commit | a36d012001a96f7d97959cc7a2a279090bf4631c (patch) | |
tree | e58c2a76ce34ec2a66e27ea29aa2e5e91bf4cc9b /libraries/atlas/README | |
parent | c946ccd4de52a7ba91af30c87f13f809d517ce4a (diff) |
libraries/atlas: Removed (use OpenBLAS).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/atlas/README')
-rw-r--r-- | libraries/atlas/README | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/libraries/atlas/README b/libraries/atlas/README deleted file mode 100644 index f8b90a9b834d..000000000000 --- a/libraries/atlas/README +++ /dev/null @@ -1,15 +0,0 @@ -ATLAS (Automatically Tuned Linear Algebra Software) is an ongoing -research effort focusing on applying empirical techniques in order to -provide portable performance. At present, it provides C and Fortran77 -interfaces to a portably efficient BLAS implementation, as well as a few -routines from LAPACK. Nevertheless, by default, this SlackBuild also -builds a full LAPACK linked with ATLAS. If you are really sure that you -don't want this, set LAPACK_SOURCE to the empty string when running this -script. - -This conflicts with cblas and lapack (not to be confused with lapack-atlas). -Nevertheless, it should be possible to avoid these conflicts by proper use -of the SYS_DESTDIR variable. - -The impatient may just switch CPU throttling off and run the script, but -you are advised to read over README.SLACKWARE *in advance*. |