Skip to content

Fixed build for Apple M1 processor (master)

Jonathan Saylor requested to merge jsaylor/bugfix-apple-m1-build-master into master

The M1 has an ARM architecture (arm64) and the omp library installs defaultly in a different location

To specify the version the user will need to make sure the simlink for /opt/homebrew/opt/libomp is pointing to the version wants. For example the simlink at this time is pointing to the /opt/homebrew/Cellar/libomp/13.0.0

Basically the prefix for the install of homebrew apps/libs is now /opt/homebrew/ instead of /usr/local/

Edited by Jonathan Saylor

Merge request reports