-
Notifications
You must be signed in to change notification settings - Fork 75
macOS cross file is missing Objective-C compiler #468
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
Comments
It is easy to add an entry for the |
Allows $ARCHFLAGS enabled cross compilation of objc and objcpp. Fixes mesonbuild#468.
Never mind, |
Can you please test if #470 works as expected? |
Allows $ARCHFLAGS enabled cross compilation of objc and objcpp. Fixes #468.
Thanks for the update, it looks like 0.14.0 was successful: https://github.com/matplotlib/matplotlib/actions/runs/6095062066/job/16537929593?pr=26621 |
Thanks for confirming. And great to see a working Matplotlib build! |
I'm porting Matplotlib to Meson/meson-python, and one thing we use on macOS that isn't used elsewhere is the objc compiler. When building arm64 wheels on macOS via GitHub Actions, cibuildwheel uses a cross-compiler.
Meson-python correctly sets up a cross C compiler and cross C++ compiler. However, meson fails to find the objc compiler.
I believe meson-python is missing an entry for it in its automatically-generated cross file.
The text was updated successfully, but these errors were encountered: