summaryrefslogtreecommitdiffstats
path: root/academic/arpack-ng/README
diff options
context:
space:
mode:
author Kyle Guinn <elyk03@gmail.com>2016-11-18 22:20:33 -0600
committer David Spencer <idlemoor@slackbuilds.org>2016-12-04 19:28:56 +0000
commit2cd63223ba444e05965f3ff676687db268d92e13 (patch)
treebd146a9e16e35b89c51434016cbce91ccd5483ee /academic/arpack-ng/README
parente43491d02aa85d5d32902512855465f8c54c0821 (diff)
downloadslackbuilds-2cd63223ba444e05965f3ff676687db268d92e13.tar.gz
slackbuilds-2cd63223ba444e05965f3ff676687db268d92e13.tar.xz
academic/arpack-ng: Updated for version 3.4.0.
Signed-off-by: Kyle Guinn <elyk03@gmail.com>
Diffstat (limited to 'academic/arpack-ng/README')
-rw-r--r--academic/arpack-ng/README6
1 files changed, 3 insertions, 3 deletions
diff --git a/academic/arpack-ng/README b/academic/arpack-ng/README
index 645bb57646..e24427e956 100644
--- a/academic/arpack-ng/README
+++ b/academic/arpack-ng/README
@@ -5,9 +5,9 @@ This is a fork of ARPACK that is actively maintained. As such, this
package will conflict with the ARPACK package. Do not install both.
This requires a BLAS/LAPACK implementation. Choose one of these package sets:
-* OpenBLAS (includes a LAPACK implementation)
-* atlas, lapack-atlas
-* blas, lapack (the Netlib reference implementations)
+ * OpenBLAS (includes both a BLAS and a LAPACK implementation)
+ * atlas (includes both a BLAS and a LAPACK implementation)
+ * blas, lapack (the Netlib reference implementations)
If more than one set is installed (assuming there are no packaging conflicts)
then the auto-detection will use the first implementation from this list that
it finds. If in doubt, choose the Netlib reference implementations; other