README 1.2 KB

12345678910111213141516171819202122232425262728293031
  1. Sage is a free open-source mathematics software system licensed under
  2. the GPL. It combines the power of many existing open-source packages
  3. into a common Python-based interface.
  4. Mission: Creating a viable free open source alternative to Magma,
  5. Maple, Mathematica and Matlab.
  6. Sage can be used in several ways: through an interactive command line,
  7. by writing stand-alone scripts, through the graphical notebook
  8. interface in a browser, or through the KDE Cantor application (part
  9. of a full Slackware installation).
  10. Building sage requires >12GB of disk space, so you may need to
  11. redefine $TMP and/or $OUTPUT.
  12. Note that the build will likely spit out many "zero length file" errors,
  13. which can safely be ignored.
  14. See README.BUILDOPTS for additional (important) information
  15. about build options and such. Specifically, if you do not move the
  16. installation directory via a specification of SAGEROOT, you may need
  17. to do something like
  18. source /etc/profile.d/sage.ch
  19. so make sure the binary is in your path.
  20. This package does not include the doc files. Those can be found at
  21. doc.sagemath.org.
  22. NOTE: If you have ATOM processors, you need to run this command prior
  23. building: export OPENBLAS_CONFIGURE="TARGET=ATOM"