summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
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
commit0fd135ef7da98855d2afd3c9551eeb8d5e0930f4 (patch)
treef4bf92575f2551ecb5c3094281e99bb1551f77e1
parent9608854d684c480c57bcc2d868c027724d77d12e (diff)
downloadslackbuilds-0fd135ef7da98855d2afd3c9551eeb8d5e0930f4.tar.gz
slackbuilds-0fd135ef7da98855d2afd3c9551eeb8d5e0930f4.tar.xz
academic/scipy: Fixed dep information
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
-rw-r--r--academic/scipy/README5
-rw-r--r--academic/scipy/scipy.info2
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"