-
-
Notifications
You must be signed in to change notification settings - Fork 12.1k
BLD: Update to macos-11 for x86_64 wheels. #22534
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -13,8 +13,8 @@ | |
| from urllib.request import urlopen, Request | ||
| from urllib.error import HTTPError | ||
|
|
||
| OPENBLAS_V = '0.3.20' | ||
| OPENBLAS_LONG = 'v0.3.20' | ||
| OPENBLAS_V = '0.3.21' | ||
| OPENBLAS_LONG = 'v0.3.21' | ||
| BASE_LOC = 'https://anaconda.org/multibuild-wheels-staging/openblas-libs' | ||
| BASEURL = f'{BASE_LOC}/{OPENBLAS_LONG}/download' | ||
| SUPPORTED_PLATFORMS = [ | ||
|
|
@@ -77,7 +77,7 @@ def download_openblas(target, plat, ilp64): | |
| suffix = f'manylinux{ml_ver}_{arch}.tar.gz' | ||
| typ = 'tar.gz' | ||
| elif plat == 'macosx-x86_64': | ||
| suffix = 'macosx_10_9_x86_64-gf_1becaaa.tar.gz' | ||
| suffix = 'macosx_10_11_x86_64-gf_dd3e148.tar.gz' | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I think this OpenBLAS change means that you have to set |
||
| typ = 'tar.gz' | ||
| elif plat == 'macosx-arm64': | ||
| suffix = 'macosx_11_0_arm64-gf_f26990f.tar.gz' | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This still needs to be done in #22525. Should I add it there?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Heh, too late. I'll just make a PR for that.