slackbuilds_ponce/academic/scipy
Robby Workman 143991a46e Entire Repo: Remove APPROVED field from .info files
This field used to make sense in our pre-git days, but
the Signed-Off-By: line serves the same purpose (and
even more) now, so APPROVED has been rejected.  ;-)

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2012-08-14 23:22:50 -05:00
..
README academic/scipy: Updated for version 0.9.0. 2011-11-04 18:09:15 -02:00
scipy.info Entire Repo: Remove APPROVED field from .info files 2012-08-14 23:22:50 -05:00
scipy.SlackBuild academic/scipy: Updated for version 0.9.0. 2011-11-04 18:09:15 -02:00
slack-desc academic/scipy: Updated for version 0.9.0. 2011-11-04 18:09:15 -02:00

SciPy (pronounced "Sigh Pie") is open-source software for mathematics,
science, and engineering.

The SciPy library is built to work with NumPy arrays, and provides many
user-friendly and efficient numerical routines such as routines for
numerical integration and optimization. Together, they run on all popular
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.

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
/usr/include/umfpack, otherwise scipy will not build.