Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 )
Expand All @@ -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)

Expand Down