aboutsummaryrefslogtreecommitdiff
path: root/math/py-cma
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-04-18 05:03:19 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-04-18 05:43:47 +0000
commit5fe68eb5fa617b3d0068d5f6b120852efc03a99e (patch)
treebb7038cb63cf7bc971866b9c18f7f0e18ec7feac /math/py-cma
parentc4c571d3cdd21bc196175ff1fce752eea91b6b23 (diff)
downloadports-5fe68eb5fa617b3d0068d5f6b120852efc03a99e.tar.gz
ports-5fe68eb5fa617b3d0068d5f6b120852efc03a99e.zip
math/py-cma: Remove PYNUMPY
Diffstat (limited to 'math/py-cma')
-rw-r--r--math/py-cma/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/py-cma/Makefile b/math/py-cma/Makefile
index bbc548ee3427..a5806660280a 100644
--- a/math/py-cma/Makefile
+++ b/math/py-cma/Makefile
@@ -12,7 +12,7 @@ COMMENT= CMA-ES for non-linear numerical optimization in Python
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/cma/LICENSE
-RUN_DEPENDS= ${PYNUMPY}
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR}
USES= python:3.6+
USE_PYTHON= autoplist concurrent distutils