Files
termux-packages/packages/python-numpy/build.sh
termux-pacman-bot 32affd139f tree-wide: make python packages use termux_setup_python_pip
Instead of termux_setup_python_crossenv.
2023-01-16 06:35:10 +00:00

22 lines
667 B
Bash

TERMUX_PKG_HOMEPAGE=https://numpy.org/
TERMUX_PKG_DESCRIPTION="The fundamental package for scientific computing with Python"
TERMUX_PKG_LICENSE="BSD 3-Clause"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION="1.24.1"
TERMUX_PKG_REVISION=1
TERMUX_PKG_SRCURL=git+https://github.com/numpy/numpy
TERMUX_PKG_DEPENDS="libandroid-complex-math, libc++, libopenblas, python"
TERMUX_PKG_BUILD_IN_SRC=true
TERMUX_PKG_AUTO_UPDATE=true
TERMUX_PKG_UPDATE_TAG_TYPE="latest-release-tag"
TERMUX_PKG_PYTHON_COMMON_DEPS="wheel, pybind11, Cython, pythran"
TERMUX_PKG_RM_AFTER_INSTALL="
bin/
"
LDFLAGS+="-landroid-complex-math -lm"
termux_step_pre_configure() {
export MATHLIB="m"
}