From a126709e304d1fa4087740d11c0777ac788ed576 Mon Sep 17 00:00:00 2001 From: mattip Date: Mon, 30 Mar 2020 15:01:23 +0300 Subject: TST: use draft OpenBLAS build --- tools/openblas_support.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tools/openblas_support.py') 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'] -- cgit v1.2.1