-
-
Notifications
You must be signed in to change notification settings - Fork 32
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
Support arm64 #261
Comments
I could revisit this if someone could tell me how to access an arm64 build machine. |
A new azure account has 750 hours free compute on the arm64-based instance B2pts v2
|
I tried to directly fix r-juliacall-feedstock, and got an awesome comment which is also relevant here
|
We can compile natively on linux aarch64 using Travis (not sure if it is still around, but I think it is ...) |
+1 for making osx-arm64 and linux-aarch64 builds of julia. Lack of these seriously hampers usability of julia within conda environments. Indeed, there are native travis linux-aarch64 machines. For osx-arm64 one would need to cross-compile. I made dedicated issues for each os, there are also already existing migration PRs:
|
There a few alternatives. You could use the julia-forge example from prefix.dev: https://prefix.dev/channels/julia-forge Also, the pyjuliacall package will install Julia. |
Comment:
Hello, I am running into the julia-feedstock, because the
r-juliacall-feedstock
depends on it (run dependency).Both packages seem to have problems with supporting arm64 architectures.
This julia-feedstock also misses arm64 support (e.g. a noarch build or a aarch64 build).
It would be great to add such
The text was updated successfully, but these errors were encountered: