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 and works for building the CTSM documentation.