Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Apr 2020 21:27:53 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r532544 - head/math/py-cma
Message-ID:  <202004222127.03MLRrUq072914@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202004222127.03MLRrUq072914>