-
Notifications
You must be signed in to change notification settings - Fork 745
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
Numpy arm64 #1374
Numpy arm64 #1374
Conversation
0913450
to
42d9a6f
Compare
It's not building for the arm64 architecture. You'll need to fix that |
@saudet afaiu, this PR depends on the cpython-arm64 PR getting merged and artifacts being published, right? |
That's the one that isn't getting built for arm64
|
I see, let's work on that in another branch. I've merged what you had in the cpython branch, and it got deployed as snapshots. |
Good news! We can use crossenv==1.4.0 to cross compile with CPython 3.11. I don't know if it works with Mac, but it works for Linux, see pull #1386, so please give it a try. |
I've upgraded the builds for NumPy that now use Meson instead of distutils. It should make it easier to cross compile, so if you'd like to give it another shot: https://numpy.org/doc/stable/user/building.html#cross-compilation |
f4a5308
to
0f9ad19
Compare
0f9ad19
to
4947aba
Compare
@saudet just to understand correctly (sorry if this is a stupid question): |
I fear I'm in way over my head here... |
Meson probably doesn't need those paths, you can probably ignore them.
|
Looks like GitHub Actions now has free M1 runners. Want to give this a try again with that? https://github.blog/changelog/2024-01-30-github-actions-introducing-the-new-m1-macos-runner-available-to-open-source/ |
Duplicate of #1515 |
No description provided.