Date: Sun, 25 Jul 2021 00:20:07 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: 683962036c55 - main - math/py-numpy: Fix typo Message-ID: <202107250020.16P0K7sA006218@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=683962036c550ca52273730416ba42e6e97eb7ce commit 683962036c550ca52273730416ba42e6e97eb7ce Author: alt2600@icloud.com <alt2600@icloud.com> AuthorDate: 2021-07-24 23:59:17 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-07-24 23:59:17 +0000 math/py-numpy: Fix typo - Bump PORTREVISION for package change PR: 257396 --- math/py-numpy/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/math/py-numpy/Makefile b/math/py-numpy/Makefile index b120e392c9bf..7994d4368641 100644 --- a/math/py-numpy/Makefile +++ b/math/py-numpy/Makefile @@ -2,7 +2,7 @@ PORTNAME= numpy PORTVERSION= 1.16.6 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= math python MASTER_SITES= CHEESESHOP \ @@ -38,7 +38,7 @@ OPTIONS_DEFAULT= OPENBLAS SUITESPARSE SUITESPARSE_DESC= Use AMD and UMFPACK in SuiteSparse ATLAS_USES= blaslapack:atlas -ATLAS_VARS= BLASLIBS="ptf77blas, ptcblas" BLASNAME=atlas LAPACKLIBS=alpack LIBRARIES=atlas_libs +ATLAS_VARS= BLASLIBS="ptf77blas, ptcblas" BLASNAME=atlas LAPACKLIBS=alapack LIBRARIES=atlas_libs NETLIB_USES= blaslapack:netlib NETLIB_VARS= BLASLIBS="blas, cblas" BLASNAME=atlas LAPACKLIBS=lapack LIBRARIES=atlas_libs NETLIB_LIB_DEPENDS= libcblas.so:math/cblas
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107250020.16P0K7sA006218>