mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 23:44:01 +02:00
898fe94620
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.
26 lines
381 B
Makefile
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>
|