mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +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.
33 lines
576 B
Makefile
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>
|