summaryrefslogtreecommitdiffstats
path: root/libraries/atlas/README
diff options
context:
space:
mode:
author Serban Udrea2016-08-26 15:05:17 +0200
committer David Spencer2016-08-28 01:22:40 +0200
commitb89b40f061821817322e3c58858748b03f67af72 (patch)
treefef57857b9bfb713d3e68b35465280aa80313540 /libraries/atlas/README
parent78609d74237f107971b576f054bff16fccb82024 (diff)
downloadslackbuilds-b89b40f061821817322e3c58858748b03f67af72.tar.gz
libraries/atlas: Updated for version 3.10.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/atlas/README')
-rw-r--r--libraries/atlas/README14
1 files changed, 9 insertions, 5 deletions
diff --git a/libraries/atlas/README b/libraries/atlas/README
index e85cddff90..f8b90a9b83 100644
--- a/libraries/atlas/README
+++ b/libraries/atlas/README
@@ -2,10 +2,14 @@ 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.
+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 (only one of atlas and cblas may be installed
-at any given time). Take care with LAPACK (see notes 3 & 4 in
-README.SLACKWARE).
+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.
-You need to read over README.SLACKWARE *before* building this.
+The impatient may just switch CPU throttling off and run the script, but
+you are advised to read over README.SLACKWARE *in advance*.