Skip to content

Commit

Permalink
move to OpenBLAS 0.3.16
Browse files Browse the repository at this point in the history
  • Loading branch information
mattip committed Jul 12, 2021
1 parent 89babbd commit 1eb9887
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
env:
# use OpenBLAS build, not system ATLAS
- DOWNLOAD_OPENBLAS=1
- NPY_USE_BLAS_ILP64=1
- ATLAS=None

- python: 3.7
Expand Down
4 changes: 2 additions & 2 deletions tools/openblas_support.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
from urllib.request import urlopen, Request
from urllib.error import HTTPError

OPENBLAS_V = '0.3.13'
OPENBLAS_LONG = 'v0.3.13-62-gaf2b0d02'
OPENBLAS_V = '0.3.16'
OPENBLAS_LONG = 'v0.3.16'
BASE_LOC = 'https://anaconda.org/multibuild-wheels-staging/openblas-libs'
BASEURL = f'{BASE_LOC}/{OPENBLAS_LONG}/download'
SUPPORTED_PLATFORMS = [
Expand Down

0 comments on commit 1eb9887

Please sign in to comment.