I get the following error when I try to build UFS_UTILS using the libraries from spack-stack 2.x.
make: *** [Makefile:136: all] Error 2
[ 0%] Linking Fortran executable emcsfc_ice_blend
ld: cannot find -lbacio::bacio_4
make[2]: *** [sorc/emcsfc_ice_blend.fd/CMakeFiles/emcsfc_ice_blend.dir/build.make:105: sorc/emcsfc_ice_blend.fd/emcsfc_ice_blend] Error 1
make[1]: *** [CMakeFiles/Makefile2:924: sorc/emcsfc_ice_blend.fd/CMakeFiles/emcsfc_ice_blend.dir/all] Error 2
make: *** [Makefile:136: all] Error 2
The version of the bacio library in spack-stack 2.x does not provide bacio::bacio_4 target, only bacio::bacio.
I get the following error when I try to build UFS_UTILS using the libraries from spack-stack 2.x.
The version of the bacio library in spack-stack 2.x does not provide
bacio::bacio_4target, onlybacio::bacio.