diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2012-08-21 23:38:43 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2012-08-22 16:07:17 -0500 |
commit | 0fd135ef7da98855d2afd3c9551eeb8d5e0930f4 (patch) | |
tree | f4bf92575f2551ecb5c3094281e99bb1551f77e1 /academic | |
parent | 9608854d684c480c57bcc2d868c027724d77d12e (diff) | |
download | slackbuilds-0fd135ef7da98855d2afd3c9551eeb8d5e0930f4.tar.gz |
academic/scipy: Fixed dep information
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'academic')
-rw-r--r-- | academic/scipy/README | 5 | ||||
-rw-r--r-- | academic/scipy/scipy.info | 2 |
2 files changed, 3 insertions, 4 deletions
diff --git a/academic/scipy/README b/academic/scipy/README index 9bbcff5eb1..7275306452 100644 --- a/academic/scipy/README +++ b/academic/scipy/README @@ -8,9 +8,8 @@ operating systems, are quick to install, and are free of charge. NumPy and SciPy are easy to use, but powerful enough to be depended upon by some of the world's leading scientists and engineers. -This requires numpy, blas, and lapack. Optional dependency: umfpack. -matplotlib and ipython are nice to have in connection with scipy, but -scipy does not depend on them. +umfpack is an optional dependency. matplotlib and ipython are nice to +have in connection with scipy, but scipy does not depend on them. NOTE: Presently, if you install umfpack and its dependencies before scipy, make sure there is a link to /usr/include/amd/amd.h from within diff --git a/academic/scipy/scipy.info b/academic/scipy/scipy.info index e2cf29eddd..08ffdcf440 100644 --- a/academic/scipy/scipy.info +++ b/academic/scipy/scipy.info @@ -5,6 +5,6 @@ DOWNLOAD="http://garr.dl.sourceforge.net/project/scipy/scipy/0.9.0/scipy-0.9.0.t MD5SUM="ebfef6e8e82d15c875a4ee6a46d4e1cd" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="UMFPACK blas ipython lapack matplotlib numpy" +REQUIRES="blas lapack numpy" MAINTAINER="Serban Udrea" EMAIL="S.Udrea@gsi.de" |