8000 BLD: update OpenBLAS to an intermeidate commit · numpy/numpy@729d1f6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 729d1f6

Browse files
mattipcharris
authored andcommitted
BLD: update OpenBLAS to an intermeidate commit
1 parent c7da2ec commit 729d1f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/openblas_support.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
from urllib.request import urlopen, Request
1414
from urllib.error import HTTPError
1515

16-
OPENBLAS_V = '0.3.23'
17-
OPENBLAS_LONG = 'v0.3.23'
16+
OPENBLAS_V = '0.3.23.dev'
17+
OPENBLAS_LONG = 'v0.3.23-246-g3d31191b'
1818
BASE_LOC = 'https://anaconda.org/multibuild-wheels-staging/openblas-libs'
1919
BASEURL = f'{BASE_LOC}/{OPENBLAS_LONG}/download'
2020
SUPPORTED_PLATFORMS = [

0 commit comments

Comments
 (0)
0