diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-09-05 21:32:38 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-09-05 21:32:38 +0000 |
commit | 3abec33c3ffc5628c97448ae53e38fb5c2c28679 (patch) | |
tree | 8b0084602a8eb3023c0439284724e16951989c00 /math/py-cma | |
parent | Update version requirement of RUN_DEPENDS (diff) |
Remove SKOPT option
Notes
Notes:
svn path=/head/; revision=547720
Diffstat (limited to 'math/py-cma')
-rw-r--r-- | math/py-cma/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/math/py-cma/Makefile b/math/py-cma/Makefile index 3938781a6846..614d3fd2825f 100644 --- a/math/py-cma/Makefile +++ b/math/py-cma/Makefile @@ -20,11 +20,9 @@ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes -OPTIONS_DEFINE= PLOTTING SKOPT +OPTIONS_DEFINE= PLOTTING 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> |