diff options
author | Serban Udrea <S.Udrea@gsi.de> | 2011-12-11 17:14:17 -0600 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2011-12-18 00:07:45 -0200 |
commit | ddf4b39e96596d8ec97d87995d1d3525766b266a (patch) | |
tree | 096a8cbf2625bd66b04efe69fa4cbcde42452b4f /libraries/lapack-atlas/README | |
parent | 3a3f5b353ebfb9e78c3d6c5404271ea45d6d6f9e (diff) |
libraries/lapack-atlas: Added (LAPACK customized for build against ATLAS)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'libraries/lapack-atlas/README')
-rw-r--r-- | libraries/lapack-atlas/README | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/libraries/lapack-atlas/README b/libraries/lapack-atlas/README new file mode 100644 index 0000000000000..876f7570b397a --- /dev/null +++ b/libraries/lapack-atlas/README @@ -0,0 +1,14 @@ +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. |