summaryrefslogtreecommitdiff
path: root/math/py-numpy
diff options
context:
space:
mode:
authoralt2600@icloud.com <alt2600@icloud.com>2021-07-25 07:59:17 +0800
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-07-25 07:59:17 +0800
commit683962036c550ca52273730416ba42e6e97eb7ce (patch)
tree80f6119b9d8f0f090021d752e8120752669490dd /math/py-numpy
parentx11-fonts/xorg-fonts-truetype: Revert f13b5d22b29ca4f4ff832968e97cdbf617263f96 (diff)
math/py-numpy: Fix typo
- Bump PORTREVISION for package change PR: 257396
Diffstat (limited to 'math/py-numpy')
-rw-r--r--math/py-numpy/Makefile4
1 files 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