@@ -2,13 +2,13 @@ TERMUX_PKG_HOMEPAGE=https://scipy.org/
22TERMUX_PKG_DESCRIPTION=" Fundamental algorithms for scientific computing in Python"
33TERMUX_PKG_LICENSE=" BSD 3-Clause"
44TERMUX_PKG_MAINTAINER=" @termux-user-repository"
5- TERMUX_PKG_VERSION=" 1.13.0 "
5+ TERMUX_PKG_VERSION=" 1.13.1 "
66TERMUX_PKG_SRCURL=git+https://github.com/scipy/scipy
77TERMUX_PKG_DEPENDS=" libc++, libopenblas, python, python-numpy"
88TERMUX_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 '"
1212TERMUX_PKG_AUTO_UPDATE=true
1313TERMUX_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
8282termux_step_make () {
0 commit comments