Skip to content

Commit

Permalink
MAINT: Upgrade openblas_support.py
Browse files Browse the repository at this point in the history
  • Loading branch information
has2k1 committed Jul 5, 2023
1 parent 4fd8a1e commit b0aac6b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
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.21'
OPENBLAS_LONG = 'v0.3.21'
OPENBLAS_V = '0.3.21.dev'
OPENBLAS_LONG = 'v0.3.20-571-g3dec11c6'
BASE_LOC = 'https://anaconda.org/multibuild-wheels-staging/openblas-libs'
BASEURL = f'{BASE_LOC}/{OPENBLAS_LONG}/download'
SUPPORTED_PLATFORMS = [
Expand Down
1 change: 1 addition & 0 deletions tools/wheels/howto.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
3. Download
- tools/openblas_support.py
%s/via scipy/via scikit-misc/
%s/import scipy.linalg/import skmisc.loess/
%s/import scipy//
%s/scipy.linalg.cython_blas.__file__/skmisc.loess._loess.__file__/
%s/OUT_SCIPY_DIR/OUT_SKMISC_DIR/
Expand Down

0 comments on commit b0aac6b

Please sign in to comment.