diff options
author | alt2600@icloud.com <alt2600@icloud.com> | 2021-07-24 23:59:17 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-07-24 23:59:17 +0000 |
commit | 683962036c550ca52273730416ba42e6e97eb7ce (patch) | |
tree | 80f6119b9d8f0f090021d752e8120752669490dd /math/py-numpy | |
parent | c48ae7d346789981d104b9518866246eb8f6fc94 (diff) |
Diffstat (limited to 'math/py-numpy')
-rw-r--r-- | math/py-numpy/Makefile | 4 |
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 |