diff --git a/CMakeLists.txt b/CMakeLists.txt index dc78ef3bf..60b6952e8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,7 +9,7 @@ ################################################################################ cmake_minimum_required( VERSION 3.12 ) -project( soca VERSION 1.4.0 LANGUAGES C CXX Fortran) +project( soca VERSION 1.5.0 LANGUAGES C CXX Fortran) find_package(ecbuild 3.3.2 REQUIRED) include( ecbuild_system NO_POLICY_SCOPE ) @@ -23,14 +23,14 @@ include( soca_compiler_flags ) ################################################################################ find_package( NetCDF REQUIRED COMPONENTS Fortran) find_package( gsl-lite REQUIRED HINTS $ENV{gsl_list_DIR}) -find_package( eckit 1.11.6 REQUIRED) -find_package( fckit 0.7.0 REQUIRED) -find_package( atlas 0.20.2 REQUIRED) -find_package( oops 1.3.0 REQUIRED) -find_package( vader 1.3.0 REQUIRED) -find_package( saber 1.0.0 REQUIRED) -find_package( ioda 1.0.0 REQUIRED) -find_package( ufo 1.3.0 REQUIRED) +find_package( eckit 1.23.0 REQUIRED) +find_package( fckit 0.10.1 REQUIRED) +find_package( atlas 0.33.0 REQUIRED) +find_package( oops 1.7.0 REQUIRED) +find_package( vader 1.4.0 REQUIRED) +find_package( saber 1.7.0 REQUIRED) +find_package( ioda 2.6.0 REQUIRED) +find_package( ufo 1.7.0 REQUIRED) find_package( fms 2020.4.0 REQUIRED) find_package( mom6 2020.4.0 REQUIRED)