Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 31 Aug 2021 09:25:00 GMT
From:      Bernhard Froehlich <decke@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 90cd05af448e - main - math/py-numpy: Add CPE information
Message-ID:  <202108310925.17V9P0oQ093007@gitrepo.freebsd.org>

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

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

commit 90cd05af448eae46076d7faee00629ccf17e6128
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2021-08-31 08:00:55 +0000
Commit:     Bernhard Froehlich <decke@FreeBSD.org>
CommitDate: 2021-08-31 09:23:13 +0000

    math/py-numpy: Add CPE information
    
    Approved by:    portmgr (blanket)
---
 math/py-numpy/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/math/py-numpy/Makefile b/math/py-numpy/Makefile
index b386436ef6c6..b2360830e97b 100644
--- a/math/py-numpy/Makefile
+++ b/math/py-numpy/Makefile
@@ -21,7 +21,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR}
 
-USES=		compiler:c11 fortran python:3.6-3.9 zip
+USES=		compiler:c11 cpe fortran python:3.6-3.9 zip
 USE_PYTHON=	allflavors autoplist concurrent cython distutils
 
 GCCLIBDIR_CMDS=	${FC} -print-file-name=libgfortran.so | ${SED} -e s/libgfortran.so//



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