Skip to content

Commit 676a619

Browse files
authored
Merge pull request numpy#19492 from mattip/openblas-v0.3.17
BUILD: update OpenBLAS to v0.3.17
2 parents 785d1eb + b5da89a commit 676a619

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
OpenBLAS v0.3.17
2+
----------------
3+
Update the OpenBLAS used in testing and in wheels to v0.3.17

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.16'
17-
OPENBLAS_LONG = 'v0.3.16'
16+
OPENBLAS_V = '0.3.17'
17+
OPENBLAS_LONG = 'v0.3.17'
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)