Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Apr 2021 07:12:41 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 94cae482d15a - main - math/py-iohexperimenter: Remove PYNUMPY
Message-ID:  <202104180712.13I7CfQ6011541@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=94cae482d15adcf4ecf4bbe28ca1477c6238fe03

commit 94cae482d15adcf4ecf4bbe28ca1477c6238fe03
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-04-18 05:03:53 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2021-04-18 05:43:50 +0000

    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:



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