-
Notifications
You must be signed in to change notification settings - Fork 2
BLD: wasm build #7
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
Conversation
I seem to be able to start the wheel build, but the build fails with:
The build is done with the following command:
Are there extra options I need to add? EDIT: extra stuff is required from pyproject.toml |
No idea why it works on numpy/numpy with cp313, but not here. cp312 works ok. |
@rgommers ping |
@rgommers, I now know what the issue is with building the pyodide wheels, see the cibuildwheel issue I submitted. We can get around the issue temporarily by using the |
Hi! Thank you for filing the upstream issue in cc: @hoodmane @ryanking13 for awareness |
Thanks for the ping. I think the cross file should be passed to meson to make it aware that it is cross compilation, but looking at the build log it doesn't seems to be passed for some reason. |
I think it is being passed, otherwise the tests would fail. |
Oh, yes, I think it is passed now. I was looking at the original error message about the cross compilation, and thought that it was not resolved yet.
|
No description provided.