Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 Aug 2019 20:55:45 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r508005 - head/math/py-cma
Message-ID:  <201908032055.x73KtjFn084574@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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