diff options
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 |