Date: Sun, 18 Apr 2021 07:12:35 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: 5fe68eb5fa61 - main - math/py-cma: Remove PYNUMPY Message-ID: <202104180712.13I7CZfT011430@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=5fe68eb5fa617b3d0068d5f6b120852efc03a99e commit 5fe68eb5fa617b3d0068d5f6b120852efc03a99e Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-04-18 05:03:19 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-04-18 05:43:47 +0000 math/py-cma: Remove PYNUMPY --- math/py-cma/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104180712.13I7CZfT011430>