summaryrefslogtreecommitdiff
path: root/academic/sage/sage.SlackBuild
diff options
context:
space:
mode:
authorChristopher L Duston <christopher.duston@protonmail.com>2020-02-08 14:35:48 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2020-02-08 14:35:48 +0700
commit3dbc66f96a32b9dfab4a57cb0aafd7f41c30bf69 (patch)
tree29113ac7f31b02dd091a242260723330758b3edc /academic/sage/sage.SlackBuild
parent9642954ffe95c45fb5732e78feb47e3810a78171 (diff)
downloadslackbuilds-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.SlackBuild7
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