git: 683962036c55 - main - math/py-numpy: Fix typo

Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Jul 25 00:20:09 UTC 2021


The branch main has been updated by sunpoet:

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

commit 683962036c550ca52273730416ba42e6e97eb7ce
Author:     alt2600 at icloud.com <alt2600 at icloud.com>
AuthorDate: 2021-07-24 23:59:17 +0000
Commit:     Po-Chuan Hsieh <sunpoet at 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


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