diff options
author | Christopher L Duston <christopher.duston@protonmail.com> | 2020-02-08 14:35:48 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-02-08 14:35:48 +0700 |
commit | 3dbc66f96a32b9dfab4a57cb0aafd7f41c30bf69 (patch) | |
tree | 29113ac7f31b02dd091a242260723330758b3edc /academic/sage/README | |
parent | 9642954ffe95c45fb5732e78feb47e3810a78171 (diff) |
academic/sage: Updated for version 9.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'academic/sage/README')
-rw-r--r-- | academic/sage/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/academic/sage/README b/academic/sage/README index c69694fb1963b..ab5e912702cf3 100644 --- a/academic/sage/README +++ b/academic/sage/README @@ -11,10 +11,14 @@ 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. +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" |