diff options
author | Xavier Thomas <43476211+xavierohan@users.noreply.github.com> | 2020-01-27 19:56:29 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-27 19:56:29 +0530 |
commit | 2a2be8b2c7052e27b4b80c743b2c27a9b162a586 (patch) | |
tree | 33f368db99a791dc3563d3988253c65d8a297ff2 /tools/openblas_support.py | |
parent | fe50af5c1867b1c2d3031084c4804a3416f405d4 (diff) | |
download | numpy-2a2be8b2c7052e27b4b80c743b2c27a9b162a586.tar.gz |
Update tools/openblas_support.py
Co-Authored-By: Eric Wieser <wieser.eric@gmail.com>
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 301f32b4b..120376825 100644 --- a/tools/openblas_support.py +++ b/tools/openblas_support.py @@ -48,7 +48,7 @@ def download_openblas(target, arch, ilp64): typ = 'tar.gz' typ = 'tar.gz' elif arch == 'darwin': - MAC_VERSION = 'macosx_10_9_x86_64-gf_1becaaa.tar.gz' + suffix = 'macosx_10_9_x86_64-gf_1becaaa.tar.gz' filename = f'{RACKSPACE}/openblas{fnsuffix}-{OPENBLAS_LONG}-{MAC_VERSION}' typ = 'tar.gz' elif arch == 'windows': |