aboutsummaryrefslogtreecommitdiff
path: root/libraries/lapack
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/lapack')
-rw-r--r--libraries/lapack/README2
-rw-r--r--libraries/lapack/lapack.info2
2 files changed, 1 insertions, 3 deletions
diff --git a/libraries/lapack/README b/libraries/lapack/README
index 630ffe27cfa64..5da2ac8d4c424 100644
--- a/libraries/lapack/README
+++ b/libraries/lapack/README
@@ -6,5 +6,3 @@ Install an optimized BLAS instead of the reference BLAS from Netlib if you
wish to improve LAPACK's performance. Otherwise, use the BLAS build script
provided at Slackbuilds.org. You may also build your own tuned lapack library
with ATLAS.
-
-This requires blas.
diff --git a/libraries/lapack/lapack.info b/libraries/lapack/lapack.info
index 7b2c9118792a0..0c1db658fd863 100644
--- a/libraries/lapack/lapack.info
+++ b/libraries/lapack/lapack.info
@@ -5,6 +5,6 @@ DOWNLOAD="http://www.netlib.org/lapack/lapack-3.3.1.tgz"
MD5SUM="d0d533ec9a5b74933c2a1e84eedc58b4"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="atlas blas"
+REQUIRES="blas"
MAINTAINER="Eugene Suter"
EMAIL="easuter@gmail.com"