summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--math/py-cma/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/math/py-cma/Makefile b/math/py-cma/Makefile
index dff6bc8f1462..7a11de79de06 100644
--- a/math/py-cma/Makefile
+++ b/math/py-cma/Makefile
@@ -20,4 +20,11 @@ USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
+OPTIONS_DEFINE= PLOTTING SKOPT
+PLOTTING_DESC= Plotting support
+SKOPT_DESC= Scikit-Optimize (skopt) support
+
+PLOTTING_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}matplotlib>=0:math/py-matplotlib@${PY_FLAVOR}
+SKOPT_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}scikit-optimize>=0:science/py-scikit-optimize@${PY_FLAVOR}
+
.include <bsd.port.mk>