summaryrefslogtreecommitdiff
path: root/math/py-numpy
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2019-10-24 00:48:41 +0000
committerJan Beich <jbeich@FreeBSD.org>2019-10-24 00:48:41 +0000
commitbebaae5ec3a6c1b370243045e1fb6ff29947fecf (patch)
treec69a345a302fea57981bd21c05a4adcf507b68a8 /math/py-numpy
parentdevel/boost-libs: backport spirit regression fix (diff)
math/py-numpy: switch to OpenBLAS by default
Besides being faster consistently using the same BLAS implementation should improve stability in case of accidental ABI mismatch. PR: 240937 Approved by: maintainer timeout (2 weeks) MFH: 2019Q4
Notes
Notes: svn path=/head/; revision=515313
Diffstat (limited to 'math/py-numpy')
-rw-r--r--math/py-numpy/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/math/py-numpy/Makefile b/math/py-numpy/Makefile
index 3bdd3bbeeba8..a69a69eef9eb 100644
--- a/math/py-numpy/Makefile
+++ b/math/py-numpy/Makefile
@@ -3,6 +3,7 @@
PORTNAME= numpy
PORTVERSION= 1.16.5
+PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= math python
MASTER_SITES= CHEESESHOP \
@@ -34,7 +35,7 @@ PORTDOCS= *
OPTIONS_DEFINE= DOCS SUITESPARSE
OPTIONS_SINGLE= BLASLIB
OPTIONS_SINGLE_BLASLIB= ATLAS NETLIB OPENBLAS
-OPTIONS_DEFAULT= NETLIB SUITESPARSE
+OPTIONS_DEFAULT= OPENBLAS SUITESPARSE
SUITESPARSE_DESC= Use AMD and UMFPACK in SuiteSparse
ATLAS_USES= blaslapack:atlas