Closed basnijholt closed 10 months ago
Currently, the way that CMake checks for architecture doesn't allow for cross compiling for MacOS ARM64. This PR fixes that.
It is based on 0009-Use-CMAKE_SYSTEM_NAME-and-CMAKE_SYSTEM_PROCESSOR-for.patch in the conda-forge feedstock where we build a working qsim version that runs on MacOS ARM64 machines.
0009-Use-CMAKE_SYSTEM_NAME-and-CMAKE_SYSTEM_PROCESSOR-for.patch
Currently, the way that CMake checks for architecture doesn't allow for cross compiling for MacOS ARM64. This PR fixes that.
It is based on
0009-Use-CMAKE_SYSTEM_NAME-and-CMAKE_SYSTEM_PROCESSOR-for.patch
in the conda-forge feedstock where we build a working qsim version that runs on MacOS ARM64 machines.