svn commit: r532544 - head/math/py-cma

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Apr 22 21:27:59 UTC 2020


Author: sunpoet
Date: Wed Apr 22 21:27:53 2020
New Revision: 532544
URL: https://svnweb.freebsd.org/changeset/ports/532544

Log:
  Add PLOTTING and SKOPT options

Modified:
  head/math/py-cma/Makefile

Modified: head/math/py-cma/Makefile
==============================================================================
--- head/math/py-cma/Makefile	Wed Apr 22 21:27:48 2020	(r532543)
+++ head/math/py-cma/Makefile	Wed Apr 22 21:27:53 2020	(r532544)
@@ -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>


More information about the svn-ports-all mailing list