From 0d7428bb372df48de7d76d5f6e4727643afc8c86 Mon Sep 17 00:00:00 2001 From: Evan Parker Date: Wed, 27 May 2026 22:49:06 +0000 Subject: [PATCH] Update soca project version to 1.9.0 --- CMakeLists.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ef9fe3cdb..b3f0fbeba 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)