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/sage.SlackBuild | |
parent | 9642954ffe95c45fb5732e78feb47e3810a78171 (diff) | |
download | slackbuilds-3dbc66f96a32b9dfab4a57cb0aafd7f41c30bf69.tar.gz |
academic/sage: Updated for version 9.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'academic/sage/sage.SlackBuild')
-rw-r--r-- | academic/sage/sage.SlackBuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/academic/sage/sage.SlackBuild b/academic/sage/sage.SlackBuild index 8e6e47ae47..7049bb6d27 100644 --- a/academic/sage/sage.SlackBuild +++ b/academic/sage/sage.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for sage # Written by Jack Maddox <jack@auburn.edu> -# Currently maintained by Willy Sudiarto Raharjo <willysr@slackbuilds.org> +# Currently maintained by Christopher L Duston <christopher.duston@protonmail.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=sage -VERSION=${VERSION:-8.0} +VERSION=${VERSION:-9.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -69,7 +69,8 @@ patch -p1 < $CWD/sage-build-root.patch # Thanks to Philip Lacroix <slackph@posteo.de> rm build/pkgs/python2/patches/sys_path_security-issue_16202.patch -make +# The docs do not build correctly, so instead of make, do: +make build # test all examples in the documentation (over 93,000 line of input) [ "${TEST:-no}" = "yes" ] && make test |