diff options
author | mattip <matti.picus@gmail.com> | 2020-02-27 00:09:43 +0200 |
---|---|---|
committer | mattip <matti.picus@gmail.com> | 2020-02-27 00:09:43 +0200 |
commit | eb8a54031bdd48655bf9a683f935fbd529f5e013 (patch) | |
tree | ee8ec5d4cb64aae4446a894067e3867ac827907e /tools/openblas_support.py | |
parent | acba24414487e0e171bedbc8d1ae3cfc63f4b2c7 (diff) | |
download | numpy-eb8a54031bdd48655bf9a683f935fbd529f5e013.tar.gz |
BLD: update OpenBLAS to pre-0.3.9 version
Diffstat (limited to 'tools/openblas_support.py')
-rw-r--r-- | tools/openblas_support.py | 2 |
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'] |