Closed vetlewi closed 1 year ago
This PR also adds "support" for GCC on macOS. This is not a normal setup and I'm considering removing it again. I cannot see any good reason to use GCC instead of clang...
This PR also adds "support" for GCC on macOS. This is not a normal setup and I'm considering removing it again. I cannot see any good reason to use GCC instead of clang...
I removed it. Added a note in the FAQ.
Can confirm that it compiles on laptops with M1 processors. Ready for merge.
Can confirm that it compiles on laptops with M1 processors. Ready for merge.
@ErlendLima @fzeiser
Being fixed in another PR, closing this.
The setup.py script used a x86 spesific flags,
-mfpmath=sse
, that would break compilation on other architectures. This flag is now disabled for architectures other than x86. Fixes issue #190.Marked as draft awaiting test on an actual M1 computer.