Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

ENH: add wheels built against Accelerate for arm64 macOS >=14#25012

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Closed
rgommers wants to merge17 commits intonumpy:mainfromrgommers:accelerate-wheels
Closed
Changes from1 commit
Commits
Show all changes
17 commits
Select commitHold shift + click to select a range
e0a628f
ENH: build wheels with Accelerate on macOS >=14 on Cirrus CI
rgommersOct 21, 2023
c20b721
BLD: remove `-fno-strict-aliasing`, `--strip-debug` from cibuildwheel…
rgommersOct 26, 2023
d02c927
DEV: add `ninja` to `test_requirements.txt` and clean up related comment
rgommersOct 26, 2023
d4201a1
DOC: update comment on `RUNNER_OS` and universal2 in pyproject.toml […
rgommersOct 26, 2023
48dd929
DEBUG: only build macOS arm64 for 1 Python version per macOS version …
rgommersNov 22, 2023
0d15490
BLD: use xcode:latest images on Cirrus [wheel build]
rgommersNov 22, 2023
062bc43
BLD: use python3 executable to fix build on Sonoma
rgommersNov 22, 2023
30bf4e5
DEBUG: run only on Sonoma [wheel build]
rgommersNov 22, 2023
2efbdf9
BLD: show meson-log.txt in Cirrus CI wheel builds
rgommersNov 22, 2023
d0156b8
BLD: fix macosx deployment target [wheel build]
rgommersNov 22, 2023
b0b76ee
MAINT: filter deprecation warnings in f2py tests [wheel build]
rgommersNov 23, 2023
8339a5d
BLD: add back SDKROOT env var [wheel build]
rgommersNov 23, 2023
03352ce
DEBUG: hunt for bundle1.o [wheel build]
rgommersNov 23, 2023
2b7c1cf
DEBUG: back to macOS Monterey [wheel build]
rgommersNov 23, 2023
3e899f6
DEBUG: restore 11.0 deployment target config [wheel build]
rgommersNov 23, 2023
a526cd6
hardcode SDKROOT in gcc spec files
isurufNov 24, 2023
c8195e8
Merge pull request #59 from isuruf/sdkroot [wheel build]
rgommersNov 25, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
PrevPrevious commit
NextNext commit
DEBUG: back to macOS Monterey [wheel build]
[skip actions] [skip azp] [skip circle]
  • Loading branch information
@rgommers
rgommers committedNov 23, 2023
commit2b7c1cf459f2789bfe89463cfa4d2a3e81ceb709
7 changes: 4 additions & 3 deletionstools/ci/cirrus_wheels.yml
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -17,8 +17,8 @@ macosx_arm64_task:
use_compute_credits: $CIRRUS_USER_COLLABORATOR == 'true'
macos_instance:
matrix:
#- image: ghcr.io/cirruslabs/macos-monterey-xcode:latest
- image: ghcr.io/cirruslabs/macos-sonoma-xcode:latest
- image: ghcr.io/cirruslabs/macos-monterey-xcode:latest
#- image: ghcr.io/cirruslabs/macos-sonoma-xcode:latest
matrix:
- env:
CIRRUS_CLONE_SUBMODULES: true
Expand All@@ -27,10 +27,11 @@ macosx_arm64_task:
# all the settings from there, otherwise they're lost.
CIBW_ENVIRONMENT_MACOS: >
RUNNER_OS=macOS
MACOSX_DEPLOYMENT_TARGET=14.0
MACOSX_DEPLOYMENT_TARGET=11.0 #14.0
# SDKROOT needs to be set also here (see gfortran_utils.sh)
#SDKROOT=/Applications/Xcode-15.0.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk
SDKROOT=/Applications/Xcode-15.0.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk
LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH
env:
PATH: /opt/homebrew/opt/python@3.10/bin:/usr/local/lib:/usr/local/include:$PATH
CIBW_ARCHS: arm64
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp