diff options
Diffstat (limited to 'academic/sage/README')
-rw-r--r-- | academic/sage/README | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/academic/sage/README b/academic/sage/README index 6c308c8ccee4b..6772d6b5d3671 100644 --- a/academic/sage/README +++ b/academic/sage/README @@ -14,17 +14,17 @@ 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 +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. +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" +NOTE: If you have ATOM processors, you need to run this command prior +building: export OPENBLAS_CONFIGURE="TARGET=ATOM" |