-
Notifications
You must be signed in to change notification settings - Fork 134
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
Cannot build on Apple M1 #425
Comments
If this is just a clang compiler error then I'll submit a bug report - but I just want to cover the possibilities. |
I don't have access to M1 mac. So, I cannot check. |
The crash seems to have been fixed with Xcode 13, but the build still fails.
I'm not sure if we're just configuring the build wrong, but here's our CMake invocation for reference:
Build logs are here: Monterey: https://github.com/Homebrew/homebrew-core/runs/4129812435?check_suite_focus=true This was encountered at Homebrew/homebrew-core#88923. Let me know if there's anything I can do to help fix this. |
clang-13 from Homebrew gives this.
PLEASE ATTACH THE FOLLOWING FILES TO THE BUG REPORT: |
Macs do not implement SVE yet and Darwin does not support it. Should solve shibatch#425 and shibatch#487.
I'm closing this issue, feel free to re-open if you think #512 did not fix your issue. |
System Info
Git Clone Output
``` Cloning into 'sleef'... remote: Enumerating objects: 4865, done. remote: Counting objects: 100% (170/170), done. remote: Compressing objects: 100% (124/124), done. remote: Total 4865 (delta 97), reused 86 (delta 46), pack-reused 4695 Receiving objects: 100% (4865/4865), 4.70 MiB | 5.93 MiB/s, done. Resolving deltas: 100% (3821/3821), done. ```
Cmake Output
See make-log.md
Last bunch of lines from Make
Using -v suggestion
The text was updated successfully, but these errors were encountered: