svn commit: r508005 - head/math/py-cma

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Aug 3 20:55:45 UTC 2019


Author: sunpoet
Date: Sat Aug  3 20:55:45 2019
New Revision: 508005
URL: https://svnweb.freebsd.org/changeset/ports/508005

Log:
  Use PYNUMPY

Modified:
  head/math/py-cma/Makefile

Modified: head/math/py-cma/Makefile
==============================================================================
--- head/math/py-cma/Makefile	Sat Aug  3 20:55:40 2019	(r508004)
+++ head/math/py-cma/Makefile	Sat Aug  3 20:55:45 2019	(r508005)
@@ -14,7 +14,7 @@ COMMENT=	CMA-ES for non-linear numerical optimization 
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}numpy>=0:math/py-numpy@${PY_FLAVOR}
+RUN_DEPENDS=	${PYNUMPY}
 
 USES=		python
 USE_PYTHON=	autoplist concurrent distutils


More information about the svn-ports-head mailing list