diff options
author | Serban Udrea <S.Udrea@gsi.de> | 2016-08-27 00:50:43 +0700 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2016-08-28 00:22:40 +0100 |
commit | c5369e951af093b2b52191909522ad37314a70df (patch) | |
tree | a98508297b4c6b04c0c46bf5361214f871609d1d /academic/scipy3/README | |
parent | 7ffd28bfad219797c602f01cad9c01f53f97c3db (diff) | |
download | slackbuilds-c5369e951af093b2b52191909522ad37314a70df.tar.gz |
academic/scipy3: Added (python library).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'academic/scipy3/README')
-rw-r--r-- | academic/scipy3/README | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/academic/scipy3/README b/academic/scipy3/README new file mode 100644 index 0000000000..195c073545 --- /dev/null +++ b/academic/scipy3/README @@ -0,0 +1,24 @@ +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. + +matplotlib and ipython are nice to have in connection with scipy, but scipy +does not depend on them. + +Since ver. 0.14.0 scipy uses SuperLU instead of UMFPACK for solving unsymmetric +sparse linear systems. If you want to use UMFPACK you must install it in advance +of numpy and build numpy accordingly (see the README to numpy's SlackBuild). +Moreover, after installing scipy, you have to install scikit-umfpack, which +presently is not available on SlackBuilds.org. + +If you need to build scipy for debugging, set DEBUG=y. + +NOTE: If you use this SlackBuild scipy will run with the python 3 version + installed on your system. If you'd like to use python 2.7.xx as + provided by Slackware Linux then you have to install scipy. |