From b5da89a003114134fd75bf57ea47e9bfece69cd8 Mon Sep 17 00:00:00 2001 From: mattip Date: Fri, 16 Jul 2021 09:54:41 +0300 Subject: BUILD: update OpenBLAS to v0.3.17 --- tools/openblas_support.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools/openblas_support.py') diff --git a/tools/openblas_support.py b/tools/openblas_support.py index d8389e854..9ab964e6f 100644 --- a/tools/openblas_support.py +++ b/tools/openblas_support.py @@ -13,8 +13,8 @@ from tempfile import mkstemp, gettempdir from urllib.request import urlopen, Request from urllib.error import HTTPError -OPENBLAS_V = '0.3.16' -OPENBLAS_LONG = 'v0.3.16' +OPENBLAS_V = '0.3.17' +OPENBLAS_LONG = 'v0.3.17' BASE_LOC = 'https://anaconda.org/multibuild-wheels-staging/openblas-libs' BASEURL = f'{BASE_LOC}/{OPENBLAS_LONG}/download' SUPPORTED_PLATFORMS = [ -- cgit v1.2.1