summaryrefslogtreecommitdiff
path: root/tools/openblas_support.py
diff options
context:
space:
mode:
authorIsuru Fernando <isuruf@gmail.com>2021-02-04 15:17:29 -0600
committerIsuru Fernando <isuruf@gmail.com>2021-02-04 15:17:29 -0600
commit4dbfc815d468bbf17207083932a11a6e29579a8d (patch)
tree7d764350e17dac8548b74214f1fcca2c2c835e52 /tools/openblas_support.py
parent8f6a5d81b892165b1ca959b43a4871e9f8a14a4c (diff)
downloadnumpy-4dbfc815d468bbf17207083932a11a6e29579a8d.tar.gz
Remove unused ARCHITECTURES variable
Diffstat (limited to 'tools/openblas_support.py')
-rw-r--r--tools/openblas_support.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/openblas_support.py b/tools/openblas_support.py
index 89ecbff70..4a691aba0 100644
--- a/tools/openblas_support.py
+++ b/tools/openblas_support.py
@@ -17,7 +17,6 @@ OPENBLAS_V = '0.3.13'
OPENBLAS_LONG = 'v0.3.13-62-gaf2b0d02'
BASE_LOC = 'https://anaconda.org/multibuild-wheels-staging/openblas-libs'
BASEURL = f'{BASE_LOC}/{OPENBLAS_LONG}/download'
-ARCHITECTURES = ['arm64', 'aarch64', 'x86_64', 'i686', 'ppc64le', 's390x']
SUPPORTED_PLATFORMS = [
'linux-aarch64',
'linux-x86_64',