git: c83f5c55dd8e - main - math/py-flax: Remove PYNUMPY

Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun May 2 19:52:37 UTC 2021


The branch main has been updated by sunpoet:

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

commit c83f5c55dd8e8d0983abdd628357054a32d60341
Author:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-05-02 19:44:59 +0000
Commit:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-05-02 19:44:59 +0000

    math/py-flax: Remove PYNUMPY
---
 math/py-flax/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/math/py-flax/Makefile b/math/py-flax/Makefile
index 258fa807f87b..527ae263a313 100644
--- a/math/py-flax/Makefile
+++ b/math/py-flax/Makefile
@@ -14,7 +14,7 @@ LICENSE=	APACHE20
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}jax>=0.2.6:math/py-jax@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}matplotlib>=0:math/py-matplotlib@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}msgpack>=0:devel/py-msgpack@${PY_FLAVOR} \
-		${PYNUMPY}
+		${PYTHON_PKGNAMEPREFIX}numpy>=1.12,1:math/py-numpy@${PY_FLAVOR}
 
 USES=		python:3.7+
 USE_PYTHON=	autoplist concurrent distutils


More information about the dev-commits-ports-all mailing list