Skip to content

Commit 27b1b9c

Browse files
authored
python3.12-scipy: enable pythran
1 parent e137798 commit 27b1b9c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ TERMUX_PKG_DEPENDS="libc++, libopenblas, python, python-numpy"
88
TERMUX_PKG_BUILD_DEPENDS="python-numpy-static"
99
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.12.0', 'numpy==$_NUMPY_VERSION'"
11+
TERMUX_PKG_PYTHON_BUILD_DEPS="pythran, 'pybind11>=2.12.0', 'numpy==$_NUMPY_VERSION'"
1212
TERMUX_PKG_AUTO_UPDATE=true
1313
TERMUX_PKG_UPDATE_TAG_TYPE="latest-release-tag"
1414

@@ -32,7 +32,7 @@ TERMUX_MESON_WHEEL_CROSSFILE="$TERMUX_PKG_TMPDIR/wheel-cross-file.txt"
3232
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
3333
-Dblas=openblas
3434
-Dlapack=openblas
35-
-Duse-pythran=false
35+
-Duse-pythran=true
3636
--cross-file $TERMUX_MESON_WHEEL_CROSSFILE
3737
"
3838

0 commit comments

Comments
 (0)