summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authormattip <matti.picus@gmail.com>2020-01-14 06:09:11 +1100
committermattip <matti.picus@gmail.com>2020-01-17 18:27:38 +1100
commit879d0e43a0509641084a4286bf3159f1d54180d8 (patch)
treec068133287134ad8112dfe3b914c24d7a7b8127c /tools
parent21bc6b6e6e4f856cae061f6f21297e916cd95ca9 (diff)
downloadnumpy-879d0e43a0509641084a4286bf3159f1d54180d8.tar.gz
BLD: use 0.3.7 release version, add dependency on libgfortran5
Diffstat (limited to 'tools')
-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 a75a0c599..95f697a80 100644
--- a/tools/openblas_support.py
+++ b/tools/openblas_support.py
@@ -16,7 +16,7 @@ import zipfile
import tarfile
OPENBLAS_V = 'v0.3.7'
-OPENBLAS_LONG = 'v0.3.5-605-gc815b8fb'
+OPENBLAS_LONG = 'v0.3.7'
BASE_LOC = ''
RACKSPACE = 'https://3f23b170c54c2533c070-1c8a9b3114517dc5fe17b7c3f8c63a43.ssl.cf2.rackcdn.com'
ARCHITECTURES = ['', 'windows', 'darwin', 'aarch64', 'x86', 'ppc64le', 's390x']