diff options
-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': |