summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"