From 94cae482d15adcf4ecf4bbe28ca1477c6238fe03 Mon Sep 17 00:00:00 2001 From: Po-Chuan Hsieh Date: Sun, 18 Apr 2021 13:03:53 +0800 Subject: [PATCH] math/py-iohexperimenter: Remove PYNUMPY --- math/py-iohexperimenter/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/math/py-iohexperimenter/Makefile b/math/py-iohexperimenter/Makefile index d0f651db1317..16f9841de585 100644 --- a/math/py-iohexperimenter/Makefile +++ b/math/py-iohexperimenter/Makefile @@ -14,13 +14,12 @@ COMMENT= Experimenter for Iterative Optimization Heuristic LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE.txt -RUN_DEPENDS= ${PYNUMPY} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR} USES= compiler:c++14-lang dos2unix python:3.6+ USE_PYTHON= autoplist concurrent distutils USE_CXXSTD= c++14 - WRKSRC= ${WRKDIR}/IOHexperimenter-${PORTVERSION} post-patch: