conda-forge / ray-packages-feedstock

A conda-smithy repository for ray-packages.
BSD 3-Clause "New" or "Revised" License
10 stars 23 forks source link

Mac Arm (arm64) Support please #134

Closed twobitunicorn closed 9 months ago

twobitunicorn commented 11 months ago

Solution to issue cannot be found in the documentation.

Issue

Hi all. Not having the M1/M2 mac arm builds is really cramping my style. There seems to be a pull request #132 that addresses this.

Installed packages

mamba install ray-tune

Environment info

python 3.11.6
Mac M1/M2
h-vetinari commented 11 months ago

You're in luck, we've recently enabled support for osx on intel (pre-M1), which was a longstanding blocker for enabling osx-arm.

So now supporting the M-series is just a PR away - go for it!

mattip commented 11 months ago

I think first we need to support general aarch64 (linux ARM). Or will M-series support work around the failure in #131 with cross-compiling?

h-vetinari commented 11 months ago

131 is exactly the PR needed to close this issue.

mattip commented 9 months ago

131 turned into #138 which was merged. Packages should appear soon.