summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authormattip <matti.picus@gmail.com>2020-02-27 00:09:43 +0200
committermattip <matti.picus@gmail.com>2020-02-27 00:09:43 +0200
commiteb8a54031bdd48655bf9a683f935fbd529f5e013 (patch)
treeee8ec5d4cb64aae4446a894067e3867ac827907e /tools
parentacba24414487e0e171bedbc8d1ae3cfc63f4b2c7 (diff)
downloadnumpy-eb8a54031bdd48655bf9a683f935fbd529f5e013.tar.gz
BLD: update OpenBLAS to pre-0.3.9 version
Diffstat (limited to 'tools')
-rw-r--r--tools/openblas_support.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/openblas_support.py b/tools/openblas_support.py
index 7a88fe2ca..34e6b36c4 100644
--- a/tools/openblas_support.py
+++ b/tools/openblas_support.py
@@ -10,7 +10,7 @@ import zipfile
import tarfile
OPENBLAS_V = 'v0.3.8'
-OPENBLAS_LONG = 'v0.3.5-605-gc815b8fb' # the 0.3.5 is misleading
+OPENBLAS_LONG = 'v0.3.7-391-gddcbed66' # the 0.3.7 is misleading
BASE_LOC = 'https://anaconda.org/multibuild-wheels-staging/openblas-libs'
BASEURL = f'{BASE_LOC}/{OPENBLAS_LONG}/download'
ARCHITECTURES = ['', 'windows', 'darwin', 'aarch64', 'x86', 'ppc64le', 's390x']