Christopher L Duston 51d1ed5f31 academic/sage: Updated for version 9.4 2 anni fa
..
profile.d c41e61e03c academic/sage: Added (python based mathematics software) 12 anni fa
README 79deb8283d academic/sage: Fix README, info. 3 anni fa
README.BUILDOPTS e456f6e840 academic/sage: Updated for version 4.7.2. 12 anni fa
doinst.sh 3dbc66f96a academic/sage: Updated for version 9.0. 4 anni fa
sage-notebook.desktop 479e95f80e academic/sage: Updated for version 6.0 and changed maintainer. 10 anni fa
sage.SlackBuild 51d1ed5f31 academic/sage: Updated for version 9.4 2 anni fa
sage.info 51d1ed5f31 academic/sage: Updated for version 9.4 2 anni fa
slack-desc 610e8461bb various: Fix slack-desc formatting and comment nit picks. 10 anni fa

README

Sage is a free open-source mathematics software system licensed under
the GPL. It combines the power of many existing open-source packages
into a common Python-based interface.
Mission: Creating a viable free open source alternative to Magma,
Maple, Mathematica and Matlab.

Sage can be used in several ways: through an interactive command line,
by writing stand-alone scripts, through the graphical notebook
interface in a browser, or through the KDE Cantor application (part
of a full Slackware installation).

Building sage requires >12GB of disk space, so you may need to
redefine $TMP and/or $OUTPUT.
Note that the build will likely spit out many "zero length file" errors,
which can safely be ignored.

See README.BUILDOPTS for additional (important) information
about build options and such. Specifically, if you do not move the
installation directory via a specification of SAGEROOT, you may need
to do something like

source /etc/profile.d/sage.ch

so make sure the binary is in your path.

This package does not include the doc files. Those can be found at
doc.sagemath.org.

NOTE: If you have ATOM processors, you need to run this command prior
building: export OPENBLAS_CONFIGURE="TARGET=ATOM"