You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Willy Sudiarto Raharjo a58f639ff2 academic/sage: Updated for version 7.5.1. 9 years ago
..
profile.d academic/sage: Added (python based mathematics software) 14 years ago
README academic/sage: Downgraded to 7.2. 9 years ago
README.BUILDOPTS academic/sage: Updated for version 4.7.2. 14 years ago
doinst.sh academic/sage: Update doinst.sh. 9 years ago
mpir-sed-fix.patch academic/sage: Updated for version 7.5.1. 9 years ago
pynac.patch academic/sage: Updated for version 6.3. 11 years ago
sage-build-root.patch academic/sage: Updated for version 6.10. 10 years ago
sage-notebook.desktop academic/sage: Updated for version 6.0 and changed maintainer. 12 years ago
sage.SlackBuild academic/sage: Updated for version 7.5.1. 9 years ago
sage.info academic/sage: Updated for version 7.5.1. 9 years ago
slack-desc various: Fix slack-desc formatting and comment nit picks. 12 years ago

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 >8GB of disk space, so you may need to
redefine $TMP and/or $OUTPUT.

See README.BUILDOPTS for additional (important) information about
build options and such.

NOTE:
Future SAGE (7.3+) requires some changes in Slackware's core packages:
- readline must be linked to ncurses
Get readline's SlackBuild script, change this line
make $NUMJOBS static shared || make static shared || exit 1
into
make $NUMJOBS static shared SHLIB_LIBS=-lncurses || make static
shared SHLIB_LIBS=-lncurses || exit 1
and rebuilt readline.
- Python rebuilt against UCS-4 (enabled by default in next Slackware)