summaryrefslogtreecommitdiffstats
path: root/libraries/lapack-atlas/README
diff options
context:
space:
mode:
author Serban Udrea2016-08-26 02:48:28 +0200
committer David Spencer2016-08-28 01:22:40 +0200
commit78609d74237f107971b576f054bff16fccb82024 (patch)
treeeb9b6953068c30c7c74386291a7e5a50bec793e3 /libraries/lapack-atlas/README
parent2917ce175f25b822d872c38a08c41f558b59260b (diff)
downloadslackbuilds-78609d74237f107971b576f054bff16fccb82024.tar.gz
libraries/lapack-atlas: Updated for version 3.6.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/lapack-atlas/README')
-rw-r--r--libraries/lapack-atlas/README14
1 files changed, 4 insertions, 10 deletions
diff --git a/libraries/lapack-atlas/README b/libraries/lapack-atlas/README
index 876f7570b3..815d03fcda 100644
--- a/libraries/lapack-atlas/README
+++ b/libraries/lapack-atlas/README
@@ -2,13 +2,7 @@ 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 builds LAPACK against ATLAS. As such it requires ATLAS as installed
-by the appropriate SlackBuild. This build conflicts with the lapack.SlackBuild
-but you may try to have both installed if you definitely want, see below.
-
-Do read over README.SLACKWARE *before* building this.
-
-NOTE: The download link provides a package with lapack-3.3.1 patched against
-some of the presently known bugs of the 3.3.1 release. Please consult the
-LAPACK-3.3.1 errata file (http://www.netlib.org/lapack/Errata/index2.html) for
-more details about the corrected bugs.
+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.