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.
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.