-
-
Notifications
You must be signed in to change notification settings - Fork 3
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 Linux ARM64 #19
Comments
Could you please rename the issue to specifically say Linux/Windows arm64, since we have macOS arm64 already? |
scikit-build-core is only a build backend, so it would only make it easier for cross-compiling but wouldn't help with the actual compilation. We can cross-compile without it, too, or use QEMU – |
Yeah I was just putting this as a reminder really. I know that we will lack runners for a while. I can use docker for testing ARM64 builds, when I use linux docker on my mac it tries to use Linux ARM64 |
it seems available now, the runners labels are: btw, the readme for linux installing missing apt-get sudo apt-get libopenblas-dev gcc gfortran make g++ build-essential
pip install cmake casadi setuptools wheel
python install_KLU_Sundials.py
pip install . |
Thanks, @chuckliu1979 – this is already underway and @kratman is progressing on it in #28. |
Support ARM64 platform, probably through the scikit build (#7)
The text was updated successfully, but these errors were encountered: