diff options
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. |