From 562623e3fac9a5e63058f5a2f9669901a6a5c643 Mon Sep 17 00:00:00 2001 From: Jeremy Hansen Date: Mon, 5 Feb 2024 14:12:12 -0800 Subject: academic/python3-scipy: Version bump to 1.12.0 Signed-off-by: Willy Sudiarto Raharjo --- academic/python3-scipy/python3-scipy.SlackBuild | 13 +++++-------- academic/python3-scipy/python3-scipy.info | 6 +++--- 2 files changed, 8 insertions(+), 11 deletions(-) (limited to 'academic') 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 # Copyright 2022 Isaac Yu -# Copyright 2023 Jeremy Hansen +# Copyright 2023-2024 Jeremy Hansen # 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" -- cgit v1.2.3