summaryrefslogtreecommitdiffstats
path: root/academic
diff options
context:
space:
mode:
author Jeremy Hansen <jebrhansen+github@gmail.com>2024-02-05 14:12:12 -0800
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2024-02-07 23:28:09 +0700
commit562623e3fac9a5e63058f5a2f9669901a6a5c643 (patch)
tree28c334c15abeda543e719b5eddfa1e644107333b /academic
parent4296b27c035e9f6ef61b0461cbef0085ceb6a926 (diff)
downloadslackbuilds-562623e3fac9a5e63058f5a2f9669901a6a5c643.tar.gz
slackbuilds-562623e3fac9a5e63058f5a2f9669901a6a5c643.tar.xz
academic/python3-scipy: Version bump to 1.12.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'academic')
-rw-r--r--academic/python3-scipy/python3-scipy.SlackBuild13
-rw-r--r--academic/python3-scipy/python3-scipy.info6
2 files changed, 8 insertions, 11 deletions
diff --git a/academic/python3-scipy/python3-scipy.SlackBuild b/academic/python3-scipy/python3-scipy.SlackBuild
index eb9d3e9fe7..ae63fd2d4c 100644
--- a/academic/python3-scipy/python3-scipy.SlackBuild
+++ b/academic/python3-scipy/python3-scipy.SlackBuild
@@ -4,7 +4,7 @@
# Copyright 2016-2019 Serban Udrea <s.udrea@gsi.de>
# Copyright 2022 Isaac Yu <isaacyu@protonmail.com>
-# Copyright 2023 Jeremy Hansen <jebrhansen+SBo@gmail.com>
+# Copyright 2023-2024 Jeremy Hansen <jebrhansen+SBo@gmail.com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification,
@@ -34,7 +34,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM="python3-scipy"
SRCNAM="scipy"
-VERSION=${VERSION:-1.11.4}
+VERSION=${VERSION:-1.12.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -72,12 +72,9 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \+
-# Allow our version of pybind11 and numpy to work
-sed -i 's|<2.11.1|<=2.11.1|' pyproject.toml
-sed -i 's|numpy==1.21.6|numpy>=1.21.6|' pyproject.toml
-
-# Remove upper limit for meson-python
-sed -i '/meson-python>/ {s/,<0.15.0//}' pyproject.toml
+# Allow our version of numpy and pythran to work
+sed -i 's|numpy==1.22.4|numpy>=1.22.4|' pyproject.toml
+sed -i 's|pythran>=0.15.0,<0.16.0|pythran|' pyproject.toml
# needs newer meson
export PYTHONPATH=/opt/python3.9/site-packages/
diff --git a/academic/python3-scipy/python3-scipy.info b/academic/python3-scipy/python3-scipy.info
index 9a50727980..b2043cced7 100644
--- a/academic/python3-scipy/python3-scipy.info
+++ b/academic/python3-scipy/python3-scipy.info
@@ -1,8 +1,8 @@
PRGNAM="python3-scipy"
-VERSION="1.11.4"
+VERSION="1.12.0"
HOMEPAGE="https://www.scipy.org/"
-DOWNLOAD="https://github.com/scipy/scipy/releases/download/v1.11.4/scipy-1.11.4.tar.gz"
-MD5SUM="0e8eea0f7c4fe7d8102366230c96d66d"
+DOWNLOAD="https://github.com/scipy/scipy/releases/download/v1.12.0/scipy-1.12.0.tar.gz"
+MD5SUM="22683fcf9a411f0a5254b7509bea0a6b"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="pybind11 python3-pythran OpenBLAS"