-
-
Notifications
You must be signed in to change notification settings - Fork 333
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
docker: Fixing CFLAG for configuration on Apple ARM M1/2/3 #5055
base: main
Are you sure you want to change the base?
Conversation
The `-m64` CFLAG causes the c++ compiler to be unavailable for make.
I'm not familiar with docker, but GRASS configures and builds fine with It is also a valid flag for Clang. Could you perhaps provide us with the config.log? |
I am not sure where to find
|
config.log would exist in the same directory that the repo is cloned and built when running locally. So it is in the docker's build context. |
While you look for config.log @pwt-cd, I have an open question: is the flag |
Just curious: would replacing |
Yes, that works. I'm not sure what the tradeoff between no flag |
Ah! Understood. I could't speak to that as thats how the Dockerfile comes from the |
The
-m64
CFLAG causes the c++ compiler to be unavailable for make.