summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormattip <matti.picus@gmail.com>2021-01-20 10:33:42 +0200
committermattip <matti.picus@gmail.com>2021-01-20 10:33:42 +0200
commitf4a67d39964e9c0743101a9ff532b62a07413b9c (patch)
treea2b1e8272a45c6f43e8562d6ba70c5b1d5675c09
parent2908338b19c26c043eab61c2af7bdff96b02b1bc (diff)
downloadnumpy-f4a67d39964e9c0743101a9ff532b62a07413b9c.tar.gz
BLD: update OpenBLAS to af2b0d02
-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 dff19274e..1300795bb 100644
--- a/tools/openblas_support.py
+++ b/tools/openblas_support.py
@@ -13,7 +13,7 @@ from urllib.request import urlopen, Request
from urllib.error import HTTPError
OPENBLAS_V = '0.3.13'
-OPENBLAS_LONG = 'v0.3.13'
+OPENBLAS_LONG = 'v0.3.13-62-gaf2b0d02'
BASE_LOC = 'https://anaconda.org/multibuild-wheels-staging/openblas-libs'
BASEURL = f'{BASE_LOC}/{OPENBLAS_LONG}/download'
ARCHITECTURES = ['', 'windows', 'darwin', 'aarch64', 'x86_64',