Files
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

33 lines
576 B
Makefile

COMMENT = library for calculating contours of 2D quadrilateral grids
MODPY_DISTV = 1.2.1
DISTNAME = contourpy-${MODPY_DISTV}
PKGNAME = py-${DISTNAME}
REVISION = 2
CATEGORIES = math
HOMEPAGE = https://github.com/contourpy/contourpy
# BSD-3
PERMIT_PACKAGE = Yes
WANTLIB = ${COMPILER_LIBCXX} m
COMPILER= base-clang ports-gcc
MODULES = lang/python
MODPY_PI = Yes
MODPY_PYBUILD = mesonpy
BUILD_DEPENDS = devel/py-pybind11
RUN_DEPENDS = math/py-numpy
TEST_DEPENDS = devel/flake8 \
devel/py-isort \
graphics/py-matplotlib \
graphics/py-Pillow
.include <bsd.port.mk>