-
Notifications
You must be signed in to change notification settings - Fork 72
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
Apple Silicon Build Issue #201
Comments
Here's the PR for packaging the binary for the Julia ecosystem in case you're interested. :) JuliaPackaging/Yggdrasil#5582 |
Hello! Best |
Cool! Good to know it's a known topic, will just deactivate the platform for now. :) |
Hi @marekkokot: mentioning a related update! Recently we released cuttlefish v2.2.0, which builds and runs on M1 and M2. For such, we (@theJasonFan) patched KMC to adopt SIMDe, and this allows KMC to compile natively for ARM. The update-PR is here. This modification should work on other ARM processors too, we believe. |
I was looking into this and I noticed that the only SIMD commands used in KMC ( |
Hi @jeremiahpslewis @hmusta @jamshed, thank you all very much! In principle, we prefer to fix such things on our own instead of using big libraries (if possible with an acceptable development cost of course), and here it was only a couple of places in the code to be changed. I've just created a new release with precompiled binaries for ARM64. We would really appreciate any feedback if something is wrong. |
Hi! I'm utterly new to the project, but wanted to build your tool for Apple ARM processors and seem to be hitting the following error:
Is this something that might be amenable to a minor tweak?
The text was updated successfully, but these errors were encountered: