academic/sage: Fix README, info.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
9179b93859
commit
79deb8283d
|
@ -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"
|
||||
|
|
|
@ -2,7 +2,7 @@ PRGNAM="sage"
|
|||
VERSION="9.1"
|
||||
HOMEPAGE="http://www.sagemath.org"
|
||||
DOWNLOAD="http://mirrors.mit.edu/sage/src/sage-9.1.tar.gz"
|
||||
MD5SUM="35e0ecbc6cc2ae4e1a68479598e70b7a "
|
||||
MD5SUM="35e0ecbc6cc2ae4e1a68479598e70b7a"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue