diff options
author | mattip <matti.picus@gmail.com> | 2020-01-17 18:26:41 +1100 |
---|---|---|
committer | mattip <matti.picus@gmail.com> | 2020-01-19 07:25:01 +1100 |
commit | 1edb44669f9acddebd92df794ca9731fd92f4e06 (patch) | |
tree | bbad4277bb597b1d7fdb3bd39495bfede3e7b2f1 /tools | |
parent | 18ab0d378bd1fef28703c56a5f3d48c9859b1d2a (diff) | |
download | numpy-1edb44669f9acddebd92df794ca9731fd92f4e06.tar.gz |
BLD: use 0.3.8dev build of OpenBLAS
Diffstat (limited to 'tools')
-rw-r--r-- | tools/openblas_support.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/openblas_support.py b/tools/openblas_support.py index 95f697a80..3708033d3 100644 --- a/tools/openblas_support.py +++ b/tools/openblas_support.py @@ -15,8 +15,8 @@ from tempfile import mkstemp, gettempdir import zipfile import tarfile -OPENBLAS_V = 'v0.3.7' -OPENBLAS_LONG = 'v0.3.7' +OPENBLAS_V = 'v0.3.8' +OPENBLAS_LONG = 'v0.3.5-605-gc815b8fb' # the 0.3.5 is misleading BASE_LOC = '' RACKSPACE = 'https://3f23b170c54c2533c070-1c8a9b3114517dc5fe17b7c3f8c63a43.ssl.cf2.rackcdn.com' ARCHITECTURES = ['', 'windows', 'darwin', 'aarch64', 'x86', 'ppc64le', 's390x'] |