Files
ports/math/py-PyWavelets/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

26 lines
381 B
Makefile

COMMENT = wavelet transform module
MODPY_DISTV = 1.5.0
DISTNAME = pywavelets-${MODPY_DISTV}
PKGNAME = py-PyWavelets-${MODPY_DISTV}
REVISION = 3
CATEGORIES = math
# MIT
PERMIT_PACKAGE = Yes
WANTLIB += m
MODULES = lang/python
MODPY_PI = Yes
MODPY_PYBUILD = mesonpy
BUILD_DEPENDS = lang/cython \
math/py-numpy
RUN_DEPENDS = math/py-numpy
.include <bsd.port.mk>