diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-03-09 19:34:45 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-03-17 22:23:57 +0700 |
commit | a58f639ff289abf5f62dd170826caa2949606902 (patch) | |
tree | 512b63a06c396fecfc48618c1678b0164f99923e /academic/sage/sage.SlackBuild | |
parent | dc1daa2e5402342c705dceb85edcf73b73649146 (diff) |
academic/sage: Updated for version 7.5.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'academic/sage/sage.SlackBuild')
-rw-r--r-- | academic/sage/sage.SlackBuild | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/academic/sage/sage.SlackBuild b/academic/sage/sage.SlackBuild index 000e190b1b4f5..2fe601f8ac9c4 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.2} +VERSION=${VERSION:-7.5.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -67,7 +67,12 @@ patch -p0 < $CWD/pynac.patch patch -p1 < $CWD/sage-build-root.patch # Thanks to Philip Lacroix <slackph@posteo.de> -rm build/pkgs/python2/patches/sys_path_security.patch +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 |