Files
ports/math/py-numexpr/Makefile
T
sthen 898fe94620 bump py-numpy consumers. at least those which have compiled modules using
numpy are no longer ABI-compatible following the update to numpy 2.x.
this may over-bump slightly, but I've seen problems with at least pandas
and scipy, and identifying others individually is too time-consuming.
2025-05-20 12:10:49 +00:00

28 lines
522 B
Makefile

COMMENT= fast numerical expression evaluator for NumPy
MODPY_DISTV= 2.10.2
DISTNAME= numexpr-${MODPY_DISTV}
PKGNAME= py-${DISTNAME}
CATEGORIES= math
REVISION= 0
# MIT
PERMIT_PACKAGE= Yes
WANTLIB += m pthread ${MODPY_WANTLIB} ${COMPILER_LIBCXX}
COMPILER= base-clang ports-gcc
MODULES= lang/python
MODPY_PI= Yes
MODPY_PYBUILD= setuptools
MODPY_TEST_DIR= ${WRKSRC}/build/lib*
RUN_DEPENDS= math/py-numpy \
sysutils/py-packaging
BUILD_DEPENDS= ${RUN_DEPENDS} \
math/py-oldest-supported-numpy
.include <bsd.port.mk>