8000 Merge pull request #24243 from charris/backport-24199 · numpy/numpy@515305d · GitHub
[go: up one dir, main page]

Skip to content

Commit 515305d

Browse files
authored
Merge pull request #24243 from charris/backport-24199
BLD: update OpenBLAS to an intermeidate commit
2 parents 0409b76 + 729d1f6 commit 515305d

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