mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
libraries/lapack: Fixed dep information
This commit is contained in:
parent
fcbdeb5954
commit
85f21b23a2
2 changed files with 1 additions and 3 deletions
|
@ -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.
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue