File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111################################################################################
1212
1313cmake_minimum_required ( VERSION 3.12 )
14- project ( oops LANGUAGES CXX Fortran )
14+ project ( oops VERSION 1.0.0 LANGUAGES CXX Fortran )
1515
1616## Ecbuild integration
1717find_package ( ecbuild 3.3.2 REQUIRED )
@@ -49,12 +49,12 @@ find_package( OpenMP COMPONENTS CXX Fortran )
4949find_package ( MPI REQUIRED COMPONENTS CXX Fortran )
5050find_package ( NetCDF REQUIRED COMPONENTS Fortran )
5151find_package ( Boost 1.64.0 REQUIRED )
52- find_package ( eckit 1.4.0 REQUIRED COMPONENTS MPI )
53- find_package ( fckit 0.6.3 REQUIRED )
52+ find_package ( eckit 1.11.6 REQUIRED COMPONENTS MPI )
53+ find_package ( fckit 0.7.0 REQUIRED )
5454if (OpenMP_FOUND)
55- find_package ( atlas 0.18.1 REQUIRED COMPONENTS OMP OMP_Fortran )
55+ find_package ( atlas 0.20.2 REQUIRED COMPONENTS OMP OMP_Fortran )
5656else ()
57- find_package ( atlas 0.18.1 REQUIRED )
57+ find_package ( atlas 0.20.2 REQUIRED )
5858endif ()
5959
6060#Optional Dependencies
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments