summaryrefslogtreecommitdiff
path: root/math/Makefile
diff options
context:
space:
mode:
authorWen Heping <wen@FreeBSD.org>2023-03-06 19:01:37 +0800
committerWen Heping <wen@FreeBSD.org>2023-03-06 19:01:37 +0800
commite36085bccca7192ebc91e87ce2fb3560dd645eae (patch)
tree478b4d2859677f6ef0d0239be55b25d7bce7b63d /math/Makefile
parentaudio/ocp: Workaround regression in audio/libdiscid (diff)
math/py-contourpy: Add new port
ContourPy is a Python library for calculating contours of 2D quadrilateral grids. It is written in C++11 and wrapped using pybind11.
Diffstat (limited to 'math/Makefile')
-rw-r--r--math/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile
index c81afdfb82a4..89a6d0d79386 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -893,6 +893,7 @@
SUBDIR += py-cmaes
SUBDIR += py-cmyt
SUBDIR += py-colormath
+ SUBDIR += py-contourpy
SUBDIR += py-cryptominisat
SUBDIR += py-cvxopt
SUBDIR += py-cvxpy