summaryrefslogtreecommitdiffstats
path: root/academic/arpack-ng/README
diff options
context:
space:
mode:
author Kyle Guinn <elyk03@gmail.com>2015-06-09 00:18:58 -0500
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2015-06-14 07:55:31 +0700
commit0008ce81ce41555f501979771b908b7140901180 (patch)
tree29ac95fe9d4363324275d6dd4c45f4566b911656 /academic/arpack-ng/README
parent8e69c031b00fb893a4f31a1d32f526689160d57c (diff)
downloadslackbuilds-0008ce81ce41555f501979771b908b7140901180.tar.gz
slackbuilds-0008ce81ce41555f501979771b908b7140901180.tar.xz
academic/arpack-ng: Updated for version 3.2.0.
Signed-off-by: Kyle Guinn <elyk03@gmail.com>
Diffstat (limited to 'academic/arpack-ng/README')
-rw-r--r--academic/arpack-ng/README3
1 files changed, 3 insertions, 0 deletions
diff --git a/academic/arpack-ng/README b/academic/arpack-ng/README
index 8c72ec2f8e..645bb57646 100644
--- a/academic/arpack-ng/README
+++ b/academic/arpack-ng/README
@@ -13,3 +13,6 @@ then the auto-detection will use the first implementation from this list that
it finds. If in doubt, choose the Netlib reference implementations; other
packages that require a BLAS or LAPACK implementation may not build if they
are not configured to detect/use alternate implementations.
+
+If the `make check` command fails, try switching to the Netlib reference
+implementations, or comment out that command at your own risk.