conda-forge / pypy3.6-feedstock

A conda-smithy repository for pypy3.6.
BSD 3-Clause "New" or "Revised" License
3 stars 12 forks source link

Pypy mac M1 support #88

Open wybert opened 1 year ago

wybert commented 1 year ago

Comment:

Hi, any plan for miniforge pypy mac m1 arm? Pypy now support mac m1 now, see.

mattip commented 1 year ago

A arm64 migration could be considered once PyPy officially releases arm64 support. It is not a small ask, since it means building an entire set of packages, and as far as I remember the arm64 packages are built using cross-compilers.

h-vetinari commented 1 year ago

From #99:

@mattip: cross-compilation (using a different compiler chain and tricking python platform, sys, os, sysconfig and other modules) is not tested and probably will not work out-of-the-box with the PyPy builds.

This is a big blocker because currently we can only cross-compile for osx-arm64, but that may change later this year...

ahrib commented 8 months ago

Hi @mattip and @h-vetinari in case you have missed some great news, Github have finally shipped Apple silicon runners https://github.blog/2023-10-02-introducing-the-new-apple-silicon-powered-m1-macos-larger-runner-for-github-actions/

thanks for continued awesome work that benefits so many of us.

h-vetinari commented 8 months ago

Let's keep the discussion (about CI availability) in https://github.com/conda-forge/conda-forge.github.io/issues/1781.

Github have finally shipped Apple silicon runners

The big problem: they always cost something.

thanks for continued awesome work that benefits so many of us.

Happy to hear it, thanks for the nice words. 🙃