Skip to content

Commit

Permalink
python3.8-numpy: enable audit and auto-update
Browse files Browse the repository at this point in the history
  • Loading branch information
licy183 committed Sep 21, 2023
1 parent d4256ad commit 173a87d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tur-pypi/python3.8-numpy/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,15 @@ TERMUX_PKG_VERSION="1.24.2"
TERMUX_PKG_SRCURL=git+https://github.com/numpy/numpy
TERMUX_PKG_DEPENDS="libc++, libopenblas, python3.8"
TERMUX_PKG_BUILD_IN_SRC=true
TERMUX_PKG_PYTHON_COMMON_DEPS="wheel, pybind11, Cython, pythran"
TERMUX_PKG_PYTHON_COMMON_DEPS="wheel, pybind11, 'Cython<3', pythran"
TERMUX_PKG_AUTO_UPDATE=true
TERMUX_PKG_RM_AFTER_INSTALL="
bin/
"

TERMUX_PYTHON_VERSION=3.8
TERMUX_PYTHON_CROSSENV_PREFIX=$TERMUX_PKG_BUILDDIR/python-crossenv-prefix
TERMUX_PYTHON_CROSSENV_PREFIX=$TERMUX_PKG_BUILDDIR/python38-crossenv-prefix-$TERMUX_ARCH
TUR_AUTO_AUDIT_WHEEL=true

source $TERMUX_SCRIPTDIR/common-files/tur_elf_cleaner_for_wheel.sh

Expand Down

0 comments on commit 173a87d

Please sign in to comment.