summaryrefslogtreecommitdiffstats
path: root/libraries/lapack
diff options
context:
space:
mode:
author ponce2012-08-26 16:04:51 +0200
committer ponce2012-08-26 16:04:51 +0200
commit85f21b23a2610d12777cf102de107992d7e2068a (patch)
treea18dd02bffd6eb1f0901132cf4e772e1e515f4da /libraries/lapack
parentfcbdeb5954a1aac9bc46377e4060397fc801772f (diff)
downloadslackbuilds-85f21b23a2610d12777cf102de107992d7e2068a.tar.gz
libraries/lapack: Fixed dep information
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 630ffe27cf..5da2ac8d4c 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 7b2c911879..0c1db658fd 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"