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

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

Fix mac wheels #749

wants to merge 6 commits into from

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

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