-
Notifications
You must be signed in to change notification settings - Fork 369
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
Aer does not build on arm64 macs #1225
Comments
On top of the conan issue, which we might be able to workaround with disabling conan (set the environment variable I've been planning to add a wheel job for this (similar to Qiskit/qiskit#6252) but am blocked because scikit-build doesn't work for cross-builds on macOS (if ignores the architecture flags set and hard codes |
It seems Conan should correctly detect M1 Macs since version 1.34.0. Can you update conan to check if it works with M1 Macs ( |
So I think that resolved the conan issue, but then one hits another:
I am using the default Xcode compiler:
|
|
That shouldn't be happening. Can you post the full logs (Doing from a fresh clone |
Closing this one. Check #1286 |
Informations
What is the current behavior?
Building Aer natively for arm64 on OSX fails with the error (also see Qiskit/qiskit#1201):
Steps to reproduce the problem
Try to build
What is the expected behavior?
Aer builds
Suggested solutions
The text was updated successfully, but these errors were encountered: