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

Adding back support for arm64 macOS wheels. #94

Merged
merged 3 commits into from
Mar 6, 2024

Conversation

devbanu
Copy link

@devbanu devbanu commented Feb 28, 2024

Hi,

Following our discussion in #92, I finally found time to look into and fix it.

Previously x86_64 macOS runners where used in trying to build both x86_64 and arm64 wheels. This produced working x86_64 wheels, but incomplete arm64 wheels (dependent libraries libreetype and libpng where not copied over since they were available only in the x86_64 version).

The problem is solved by building the arm64 wheels on an arm64 macOS runner.

By running the build task on an arm64 runner we get wheels that include the dependency libraries (libfreetype, and libpng).
.github/workflows/ci.yml Outdated Show resolved Hide resolved
@djhoese
Copy link
Member

djhoese commented Mar 5, 2024

I've seen this failure before:

 Invalid --only='""', must be a build selector with a known platform

But I don't remember how I fixed it. Any ideas?

@djhoese
Copy link
Member

djhoese commented Mar 6, 2024

This makes sense to me. I'm on paternity leave though so I can't promise I'll be able to make a new release tonight or tomorrow, but I'll try my best.

@djhoese djhoese merged commit ca05390 into pytroll:maint/1.3 Mar 6, 2024
18 checks passed
@djhoese
Copy link
Member

djhoese commented Mar 6, 2024

Oh and thanks for getting this done.

@devbanu
Copy link
Author

devbanu commented Mar 6, 2024

Thanks! Enjoy the paternity leave!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants