NOAA-GFDL / mkmf

Other
10 stars 51 forks source link

Updates the includes for libyaml in the HPC-ME templates #69

Closed thomas-robinson closed 4 months ago

thomas-robinson commented 4 months ago

The pkg-config .pc file for libyaml in the HPC-ME containers is called yaml-0.1.pc. This causes the libyaml include and lib folders to not be added when compiling, so builds fail when trying to compile FMS with -Duse_yaml. This PR corrects that problem by adding the -0.1 to the end of yaml in the pkg-config command sections.