The failure in #30 is addressed by adding Fortran to the list of LANGUAGES in the project call.
The next failure was this:
Found CMake version 3.22.2
CMake Error at /home/h01/frwd/cylc-run/mi-be984/share/installs/ecbuild/share/ecbuild/cmake/ecbuild_add_library.cmake:302 (add_library):
Target "monio" links to target "NetCDF::NetCDF_CXX" but the target was not
found. Perhaps a find_package() call is missing for an IMPORTED target, or
an ALIAS target is missing?
Call Stack (most recent call first):
/home/h01/frwd/cylc-run/mi-be984/share/installs/ecbuild/share/ecbuild/cmake/ecbuild_add_library.cmake:657 (ecbuild_add_library_impl)
src/CMakeLists.txt:59 (ecbuild_add_library)
This was fixed by importing jedi-cmake to use its NetCDF find instead of the standard one; this enables the NetCDF CXX stuff to be found correctly.
Both of these failures are circumvented in mo-bundle due to previous imports and whatnot.
Fixes #30. There are two issues:
This was fixed by importing jedi-cmake to use its NetCDF find instead of the standard one; this enables the NetCDF CXX stuff to be found correctly.
Both of these failures are circumvented in mo-bundle due to previous imports and whatnot.