Skip to content
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

Fix mac wheels #749

Merged
merged 6 commits into from
Feb 10, 2025
Merged

Fix mac wheels #749

merged 6 commits into from
Feb 10, 2025

Conversation

cookpa
Copy link
Member

@cookpa cookpa commented Dec 2, 2024

Attempt to fix build errors by setting CMAKE_OSX_SYSROOT dynamically.

Hard-coded paths to /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk break the runners, which use XCode rather than the command line tools.

@stnava would you mind testing if this solves your local build problems? Thanks

@coveralls
Copy link

coveralls commented Dec 2, 2024

Coverage Status

coverage: 79.806%. remained the same
when pulling 08fcc14 on fix_mac_wheel
into 4d8ada1 on master.

@cookpa
Copy link
Member Author

cookpa commented Dec 22, 2024

@stnava if you get a chance would you mind seeing if this branch can be pip installed on your arm64 Mac? I tried to get cmake to find the correct SDK paths without hard coding, so that the x86 and arm64 runners can build again

@cookpa
Copy link
Member Author

cookpa commented Feb 10, 2025

Verified that this builds on arm64 with help from @caugolm

@cookpa cookpa merged commit 1aebfb3 into master Feb 10, 2025
27 checks passed
@cookpa cookpa deleted the fix_mac_wheel branch February 10, 2025 16:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants