You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I finally succeeded in building lib quip on darwin_arm64_gfortran. The issue I was having was that the default gcc was clang-1400 from my Xcode toolchain. changing CC in Makefile.inc did not work; however, editing Makefile.darwin_arm64_gfortran did. I just wanted to put this out in case others run into this issue. I realize this is not best practice so I would suggest cp Makefile.darwin_arm64_gfortran arch/Makefile.${my_mac} and then make sure that CC is set to find some gnu version, e.g CC = gcc-#, which will find the gcc-# in op/homebrew/bin/ for me it was gcc-13. Cheers, Thank you to all the contributors for your hard work in keeping this amazing project going.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I finally succeeded in building lib quip on darwin_arm64_gfortran. The issue I was having was that the default gcc was clang-1400 from my Xcode toolchain. changing CC in Makefile.inc did not work; however, editing Makefile.darwin_arm64_gfortran did. I just wanted to put this out in case others run into this issue. I realize this is not best practice so I would suggest cp Makefile.darwin_arm64_gfortran arch/Makefile.${my_mac} and then make sure that CC is set to find some gnu version, e.g CC = gcc-#, which will find the gcc-# in op/homebrew/bin/ for me it was gcc-13. Cheers, Thank you to all the contributors for your hard work in keeping this amazing project going.
Beta Was this translation helpful? Give feedback.
All reactions