diff options
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 c69694fb19..ab5e912702 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" |