diff options
author | mattip <matti.picus@gmail.com> | 2020-11-12 12:39:04 +0200 |
---|---|---|
committer | mattip <matti.picus@gmail.com> | 2020-11-12 12:39:04 +0200 |
commit | af0bfeb433e79586b1aa1be4d2bc2216da93a498 (patch) | |
tree | ae3ea14983fb8ce95b98e3ac3d0be49937180fdc /tools/openblas_support.py | |
parent | 44d66b8a3fbc88998b98d7bffc20bc9fa89251a5 (diff) | |
download | numpy-af0bfeb433e79586b1aa1be4d2bc2216da93a498.tar.gz |
BLD: use BUFFERSIZE=20 in OpenBLAS
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 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', |