Skip to content

Commit

Permalink
Updated openblas_support.py
Browse files Browse the repository at this point in the history
  • Loading branch information
xavierohan authored Jan 27, 2020
1 parent a53a70e commit 02cbcd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/openblas_support.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,14 @@ def get_ilp64():
return "64_"

def download_openblas(target, arch, ilp64):
MAC_VERSION = 'macosx_10_9_x86_64-gf_1becaaa.tar.gz'
fnsuffix = {None: "", "64_": "64_"}[ilp64]
filename = ''
if arch in ('aarch64', 'ppc64le', 's390x'):
filename = f'{RACKSPACE}/openblas{fnsuffix}-{OPENBLAS_LONG}-manylinux2014_{arch}'
typ = 'tar.gz'
typ = 'tar.gz'
elif arch == 'darwin':
MAC_VERSION = 'macosx_10_9_x86_64-gf_1becaaa.tar.gz'
filename = f'{RACKSPACE}/openblas{fnsuffix}-{OPENBLAS_LONG}-{MAC_VERSION}'
typ = 'tar.gz'
elif arch == 'windows':
Expand Down

0 comments on commit 02cbcd7

Please sign in to comment.