python-numpy: Remove dep on libandroid-complex-math

The issue described in commit b3b1092640bcb575b14a5f2207026378e3c0fa38
is resolved upstream in version 1.24.1.

See also: https://github.com/numpy/numpy/issues/22850

%ci:no-build
This commit is contained in:
termux-pacman-bot
2023-02-04 05:02:53 +00:00
parent d4ef6725e7
commit 275f8bf541

View File

@@ -5,7 +5,7 @@ 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_DEPENDS="libc++, libopenblas, python"
TERMUX_PKG_BUILD_IN_SRC=true
TERMUX_PKG_AUTO_UPDATE=true
TERMUX_PKG_UPDATE_TAG_TYPE="latest-release-tag"
@@ -14,8 +14,8 @@ TERMUX_PKG_RM_AFTER_INSTALL="
bin/
"
LDFLAGS+="-landroid-complex-math -lm"
termux_step_pre_configure() {
export MATHLIB="m"
LDFLAGS+=" -lm"
}