1
0
mirror of https://github.com/termux/termux-packages synced 2024-06-13 08:26:39 +00:00

chore(main/python-numpy): bump after mv to main repository

Numpy needs MATHLIB=m to be set when installing or else an error
occurs (issue termux/termux-packages#10808).  Since it needs such a
workaround to be installable through pip it makes sense to keep
package in official repositories.
This commit is contained in:
Henrik Grimler 2022-08-01 10:23:33 +02:00
parent 5f766a02d8
commit b8b2235e1c
No known key found for this signature in database
GPG Key ID: B0076E490B71616B

View File

@ -4,6 +4,7 @@ TERMUX_PKG_LICENSE="BSD 3-Clause"
TERMUX_PKG_MAINTAINER="@termux-user-repository"
# Don't forget to bump the REVISION of python-scipy.
TERMUX_PKG_VERSION=1.23.0
TERMUX_PKG_REVISION=1
TERMUX_PKG_SRCURL=https://github.com/numpy/numpy.git
TERMUX_PKG_DEPENDS="libc++, python"
TERMUX_PKG_BUILD_IN_SRC=true