summaryrefslogtreecommitdiff
path: root/tools/openblas_support.py
diff options
context:
space:
mode:
authormattip <matti.picus@gmail.com>2020-11-12 12:39:04 +0200
committermattip <matti.picus@gmail.com>2020-11-12 12:39:04 +0200
commitaf0bfeb433e79586b1aa1be4d2bc2216da93a498 (patch)
treeae3ea14983fb8ce95b98e3ac3d0be49937180fdc /tools/openblas_support.py
parent44d66b8a3fbc88998b98d7bffc20bc9fa89251a5 (diff)
downloadnumpy-af0bfeb433e79586b1aa1be4d2bc2216da93a498.tar.gz
BLD: use BUFFERSIZE=20 in OpenBLAS
Diffstat (limited to 'tools/openblas_support.py')
-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 3d966a8f6..c0e9dddab 100644
--- a/tools/openblas_support.py
+++ b/tools/openblas_support.py
@@ -14,7 +14,7 @@ from urllib.error import HTTPError
OPENBLAS_V = '0.3.12'
# Temporary build of OpenBLAS to test a fix for dynamic detection of CPU
-OPENBLAS_LONG = 'v0.3.12'
+OPENBLAS_LONG = 'v0.3.12-buffersize20'
BASE_LOC = 'https://anaconda.org/multibuild-wheels-staging/openblas-libs'
BASEURL = f'{BASE_LOC}/{OPENBLAS_LONG}/download'
ARCHITECTURES = ['', 'windows', 'darwin', 'aarch64', 'x86_64',