README 1.2 KB

12345678910111213141516171819202122232425262728
  1. SciPy (pronounced "Sigh Pie") is open-source software for mathematics,
  2. science, and engineering.
  3. The SciPy library is built to work with NumPy arrays, and provides
  4. many user-friendly and efficient numerical routines such as routines
  5. for numerical integration and optimization. Together, they run on
  6. all popular operating systems, are quick to install, and are free of
  7. charge. NumPy and SciPy are easy to use, but powerful enough to be
  8. depended upon by some of the world's leading scientists and engineers.
  9. matplotlib and ipython are nice to have in connection with scipy, but
  10. scipy does not depend on them.
  11. Since ver. 0.14.0 scipy uses SuperLU instead of UMFPACK for solving
  12. unsymmetric sparse linear systems. If you want to use UMFPACK you
  13. must install it in advance of numpy and build numpy accordingly (see
  14. the README to numpy's SlackBuild). Moreover, after installing scipy,
  15. you have to install scikit-umfpack.
  16. If you need to build scipy for debugging, set DEBUG=y.
  17. NOTE: this is for Python 3. If you need Python 2 support, install
  18. python2-scipy.
  19. This script installs scipy ver. 1.9.1, the last possible version for
  20. Slackware 15.0. Newer versions require a newer Cython (as a build
  21. dependency).