summaryrefslogtreecommitdiff
path: root/tools/openblas_support.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/openblas_support.py')
-rw-r--r--tools/openblas_support.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/openblas_support.py b/tools/openblas_support.py
index c7de1fb2a..105aae51f 100644
--- a/tools/openblas_support.py
+++ b/tools/openblas_support.py
@@ -10,7 +10,8 @@ import zipfile
import tarfile
OPENBLAS_V = '0.3.9'
-OPENBLAS_LONG = 'v0.3.7-391-gddcbed66' # the 0.3.7 is misleading
+# Temporary build of OpenBLAS to test a fix for dynamic detection of CPU
+OPENBLAS_LONG = 'v0.3.7-527-g79fd006c' # 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']