-
Notifications
You must be signed in to change notification settings - Fork 463
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
Compilation error: <instantiation>:16:5: error: instruction requires: sha3 #1933
Comments
Hi @fwh-dc, thanks for the report. Could you please provide details about your environment and your build commands so that I can try to reproduce the error? |
I am running XCode 16 on an intel mac with macos 14. Here's the toolchain files + the cmake cache. Please let me know if you need more. |
I'm a bit surprised: I thought we already have that. Did you check out https://github.com/open-quantum-safe/liboqs/blob/main/.github/workflows/apple.yml and https://github.com/open-quantum-safe/liboqs/blob/main/.github/workflows/macos.yml ? Any enhancements e.g. testing setups not tested obviously welcome by PR. |
No I did not see those. Ok so probably our toolchainfile is different from yours. Thanks for the pointer. I'll need some time to get a better understanding of what is wrong. But good to know that there is support. |
Describe the bug
Compilation for ios fails:
I've found this stackoverflow question that suggests adding
sha3
to the-march
option. Doing that seems to solve the issue.Additional question:
We want to support macos and ios arm/intel variants. How do we add some CI pipeline that tests compilation for those platforms?
The text was updated successfully, but these errors were encountered: