diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-05-14 22:02:26 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-05-20 06:54:07 +0700 |
commit | 9885496177580c08c6e2b27440f84297061457c4 (patch) | |
tree | 20b0c7562a03c430b58b44c9d4e42615eec6ae47 /academic/sage/sage.SlackBuild | |
parent | 132d7f382c5bb21e1a21c162ca7f68210a3288f3 (diff) |
academic/sage: Updated for version 7.6.
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, 1 insertions, 6 deletions
diff --git a/academic/sage/sage.SlackBuild b/academic/sage/sage.SlackBuild index 2fe601f8ac9c4..833a1fca89a63 100644 --- a/academic/sage/sage.SlackBuild +++ b/academic/sage/sage.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=sage -VERSION=${VERSION:-7.5.1} +VERSION=${VERSION:-7.6} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -69,11 +69,6 @@ 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 -# Fix mpir sed issue in -current but works as well for 14.2 -# https://github.com/wbhart/mpir/commit/fdb590023f7ca4b2e881a2e9573718e7ed180f03.patch -mkdir $TMP/$PRGNAM-$VERSION/build/pkgs/mpir/patches -cp $CWD/mpir-sed-fix.patch $TMP/$PRGNAM-$VERSION/build/pkgs/mpir/patches - make # test all examples in the documentation (over 93,000 line of input) |