From 729d1f6d4f8bfc05915b62f95b7b352914cb6349 Mon Sep 17 00:00:00 2001 From: mattip Date: Mon, 17 Jul 2023 16:12:15 +0300 Subject: [PATCH] BLD: update OpenBLAS to an intermeidate commit --- tools/openblas_support.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/openblas_support.py b/tools/openblas_support.py index fd8c6a97a34e..47159d0fa3ed 100644 --- a/tools/openblas_support.py +++ b/tools/openblas_support.py @@ -13,8 +13,8 @@ from urllib.request import urlopen, Request from urllib.error import HTTPError -OPENBLAS_V = '0.3.23' -OPENBLAS_LONG = 'v0.3.23' +OPENBLAS_V = '0.3.23.dev' +OPENBLAS_LONG = 'v0.3.23-246-g3d31191b' BASE_LOC = 'https://anaconda.org/multibuild-wheels-staging/openblas-libs' BASEURL = f'{BASE_LOC}/{OPENBLAS_LONG}/download' SUPPORTED_PLATFORMS = [