diff options
author | Serban Udrea <S.Udrea@gsi.de> | 2016-08-26 07:48:28 +0700 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2016-08-28 00:22:40 +0100 |
commit | 78609d74237f107971b576f054bff16fccb82024 (patch) | |
tree | eb9b6953068c30c7c74386291a7e5a50bec793e3 /libraries/lapack-atlas/README | |
parent | 2917ce175f25b822d872c38a08c41f558b59260b (diff) |
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/README | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/libraries/lapack-atlas/README b/libraries/lapack-atlas/README index 876f7570b397a..815d03fcda665 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. |