Skip to content
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

Open
mzy2240 opened this issue Nov 11, 2022 · 4 comments
Open

Support Apple Silicon M1 and M2 Series #3

mzy2240 opened this issue Nov 11, 2022 · 4 comments

Comments

@mzy2240
Copy link

mzy2240 commented Nov 11, 2022

Just wonder if you could provide files for M1 series CPU. They are really fast.

@chenxm1986
Copy link
Owner

Currently no Apple computers on hand...

@mzy2240
Copy link
Author

mzy2240 commented Nov 11, 2022

Understood. I could test on Windows or Linux. No big deal.

@mzy2240 mzy2240 closed this as completed Nov 11, 2022
@mzy2240 mzy2240 reopened this Nov 25, 2022
@mzy2240
Copy link
Author

mzy2240 commented Nov 25, 2022

Re-open due to the scarse bandwidth of both Intel and AMD mainstream CPUs

@mzy2240 mzy2240 changed the title Support Apple Silicon M1 Series Support Apple Silicon M1 and M2 Series Nov 25, 2022
@staticfloat
Copy link

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. :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants