-
Notifications
You must be signed in to change notification settings - Fork 10
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
Update base Dockerfile #15
base: main
Are you sure you want to change the base?
Conversation
"The Fortran compiler gfortran will not compile files that call the same routine with arguments of different types."
Makes troubleshooting easier.
Resolves ESCOMP#14.
Resolves build error.
Is this using the gnu compiler? Try adding flag -fallow-argument-mismatch |
Note that the latest pnetcdf version is 1.13.0 |
Yep, and some of the other packages have more recent versions too. I figured minimal changes would be best at first, just to get the container to build. Then once I know what sort of testing is required, I can look into upgrading the dependencies. |
Unfortunately, the CTSM docs fail to build like they should when calling
I think this is due to the version-dropdown-with-fixes branch being too outdated. Upgrading that is above my pay grade. |
I think I've fixed the CTSM docs build issue with changes in other repos (ESMCI/doc-builder and ESCOMP/CTSM). |
@briandobbins will work on a different update of the container, which will allow this PR to be closed. Brian, while you're at it, it'd be great if you could add the |
I'm unable to build the base/centos8/Dockerfile as currently set up (main branch, commit c48f872). This PR:
Builds successfully, but is untested.