diff --git a/CMakeLists.txt b/CMakeLists.txt index ef9fe3cd..b3f0fbeb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,7 +9,7 @@ ################################################################################ cmake_minimum_required( VERSION 3.12 ) -project( soca VERSION 1.8.0 LANGUAGES C CXX Fortran) +project( soca VERSION 1.9.0 LANGUAGES C CXX Fortran) find_package(ecbuild 3.3.2 REQUIRED) include( ecbuild_system NO_POLICY_SCOPE ) @@ -26,11 +26,11 @@ find_package( gsl-lite REQUIRED HINTS $ENV{gsl_list_DIR}) find_package( eckit 1.24.4 REQUIRED) find_package( fckit 0.11.0 REQUIRED) find_package( atlas 0.35.0 REQUIRED) -find_package( oops 1.10.0 REQUIRED) -find_package( vader 1.7.0 REQUIRED) -find_package( saber 1.10.0 REQUIRED) -find_package( ioda 2.9.0 REQUIRED) -find_package( ufo 1.10.0 REQUIRED) +find_package( oops 1.13.0 REQUIRED) +find_package( vader 1.10.0 REQUIRED) +find_package( saber 1.13.0 REQUIRED) +find_package( ioda 2.12.0 REQUIRED) +find_package( ufo 1.13.0 REQUIRED) find_package( fms 2023.3.0 REQUIRED COMPONENTS R4 R8) add_library( fms ALIAS FMS::fms_r8) find_package( OpenMP COMPONENTS C Fortran REQUIRED)