diff options
author | Jack Maddox <jack@auburn.edu> | 2011-07-25 22:11:02 -0500 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2011-08-11 20:28:34 -0300 |
commit | c41e61e03cbd5a6f7ac523fe8641f08168b77efa (patch) | |
tree | 453370b4a75fca7b7601b88325931612459d31ac /academic/sage/README | |
parent | 8a1a87a0bb75f609d3466d15faffa4733ae1ead4 (diff) | |
download | slackbuilds-c41e61e03cbd5a6f7ac523fe8641f08168b77efa.tar.gz |
academic/sage: Added (python based mathematics software)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'academic/sage/README')
-rw-r--r-- | academic/sage/README | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/academic/sage/README b/academic/sage/README new file mode 100644 index 0000000000..2a59ca5dd6 --- /dev/null +++ b/academic/sage/README @@ -0,0 +1,15 @@ +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, + +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 >5GB 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. |