Skip to content

Commit f2624b7

Browse files
committed
python3.12-scipy: bump to 1.13.1
1 parent d666e73 commit f2624b7

File tree

3 files changed

+4
-29
lines changed

3 files changed

+4
-29
lines changed

tur-pypi-312/python3.12-scipy/0001-aligned-alloc.patch

Lines changed: 0 additions & 11 deletions
This file was deleted.

tur-pypi-312/python3.12-scipy/0002-fix-the-logging-of-f2pymod-wrapper.patch

Lines changed: 0 additions & 14 deletions
This file was deleted.

tur-pypi-312/python3.12-scipy/build.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@ TERMUX_PKG_HOMEPAGE=https://scipy.org/
22
TERMUX_PKG_DESCRIPTION="Fundamental algorithms for scientific computing in Python"
33
TERMUX_PKG_LICENSE="BSD 3-Clause"
44
TERMUX_PKG_MAINTAINER="@termux-user-repository"
5-
TERMUX_PKG_VERSION="1.13.0"
5+
TERMUX_PKG_VERSION="1.13.1"
66
TERMUX_PKG_SRCURL=git+https://github.com/scipy/scipy
77
TERMUX_PKG_DEPENDS="libc++, libopenblas, python, python-numpy"
88
TERMUX_PKG_BUILD_DEPENDS="python-numpy-static"
9-
TERMUX_PKG_PYTHON_COMMON_DEPS="wheel, 'Cython>=3.0.4', meson-python, build"
9+
TERMUX_PKG_PYTHON_COMMON_DEPS="wheel, 'Cython>=3.0.8', meson-python, build"
1010
_NUMPY_VERSION=$(. $TERMUX_SCRIPTDIR/packages/python-numpy/build.sh; echo $TERMUX_PKG_VERSION)
11-
TERMUX_PKG_PYTHON_BUILD_DEPS="'pybind11>=2.10.4', 'numpy==$_NUMPY_VERSION'"
11+
TERMUX_PKG_PYTHON_BUILD_DEPS="'pybind11>=2.12.0', 'numpy==$_NUMPY_VERSION'"
1212
TERMUX_PKG_AUTO_UPDATE=true
1313
TERMUX_PKG_UPDATE_TAG_TYPE="latest-release-tag"
1414

@@ -76,7 +76,7 @@ termux_step_configure() {
7676
sed -i 's|^\(\[properties\]\)$|\1\nnumpy-include-dir = '\'$PYTHON_SITE_PKG/numpy/_core/include\''|g' \
7777
$TERMUX_MESON_WHEEL_CROSSFILE
7878

79-
termux_step_configure_meson
79+
(unset PYTHONPATH && termux_step_configure_meson)
8080
}
8181

8282
termux_step_make() {

0 commit comments

Comments
 (0)