-
Notifications
You must be signed in to change notification settings - Fork 4
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 Apple Silicon M1 and M2 Series #3
Comments
Currently no Apple computers on hand... |
Understood. I could test on Windows or Linux. No big deal. |
Re-open due to the scarse bandwidth of both Intel and AMD mainstream CPUs |
I am one of the developers of the Julia language a language that is used in HPC/technical computing, and we have a system called BinaryBuilder that makes it easy to compile code that is not written in Julia (such as C/C++/Fortran code) for many target platforms. If you are interested, I can help you build a recipe to generate build artifacts for many different systems. Our build environment is Linux, but we package a suite of cross compilers that target Linux, macOS, Windows, and many different architectures. We even have support for building against CUDA libraries and such. There are many example build files in our community build tree Yggdrasil, for example here is the SuiteSparse 7 recipe. In general, Yggdrasil only includes software that is opensource (especially since the recipes must download the source to be built by the CI bots) but BinaryBuilder can be used locally, and the results can be packaged independently of Yggdrasil. If you are interested, feel free to reach out to me and I can help guide you, as I also would like to make use of this project in the Julia ecosystem. :) |
Just wonder if you could provide files for M1 series CPU. They are really fast.
The text was updated successfully, but these errors were encountered: