sgerrand / alpine-pkg-glibc

A glibc compatibility layer package for Alpine Linux
2.08k stars 280 forks source link

Mac/M3 build? #214

Open Luke-SF opened 4 months ago

Luke-SF commented 4 months ago

Do you have a M3 Macbook compatible version of glibc build?

sgerrand commented 1 month ago

What CPU architecture is needed?

Luke-SF commented 1 month ago

The new Apple arm64 cpus.

sgerrand commented 1 month ago

I started building the GNU C library for aarch64 back in June (see details of this upstream change). So I understand your use case for the glibc package, what are you planning on using it for?

mattbucci commented 1 week ago

@sgerrand in case it helps, I came across this when trying to install Miniforge on alpine linux

It's not possible to compile this docker image for ARM: https://github.com/Docker-Hub-frolvlad/docker-alpine-glibc

So I guess that's a use case. Miniforge for Python ML scripts via alpine linux on ARM platforms.

More details: https://github.com/conda-forge/miniforge/issues/219