[x] Bug fix (non-breaking change which fixes an issue)
[ ] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to change)
[ ] Trivial change (affects only documentation or cleanup)
[ ] Refactor (no functional changes, no api changes)
Checklist
[ ] Tested this change with a run of GEOSgcm
[ ] Ran the Unit Tests (make tests)
Description
As found by Hoot Thompson, the ExtData2G Unit tests were not protected against pFUnit not being available (which is the default on spack, say). So we add a protection.
We also add a test in CI to build MAPL without pFUnit.
This is not yet in main so does not need a hotfix.
Types of change(s)
Checklist
make tests
)Description
As found by Hoot Thompson, the ExtData2G Unit tests were not protected against pFUnit not being available (which is the default on spack, say). So we add a protection.
We also add a test in CI to build MAPL without pFUnit.
This is not yet in
main
so does not need a hotfix.Related Issue