Goddard-Fortran-Ecosystem / pFUnit

Parallel Fortran Unit Testing Framework
Other
171 stars 45 forks source link

Remove explicit CMake in CI #405

Closed mathomp4 closed 1 year ago

mathomp4 commented 1 year ago

From what I can tell, GitHub Actions images now have CMake 3.25.1. From my reading of the git log of CMake, this should have the fix for pFUnit's cmake issue seen earlier (see #399).

This will be a good test!

NOTE: The changelog entry for this is weird as it talks about the changes from @scivision in #403, but until #401 gets in, the changelog isn't enforced.

mathomp4 commented 1 year ago

Moving to draft as the GitHub images with 3.25.1 are only in pre-release. Oops.

mathomp4 commented 1 year ago

I think CMake 3.25.1 is now on the images. I'm re-running the CI and if it works, I'll undraft this.