Just wanted to mention that I tried building the static library without Ecbuild with a custom CMAKE_INSTALL_PREFIX, and noticed that the module files do not get installed.
After inserting
Code: Select all
install(DIRECTORY ${CMAKE_Fortran_MODULE_DIRECTORY} DESTINATION "${CMAKE_INSTALL_PREFIX}" )
In any case, thanks for all the work!