From 69d199f54573ced50221c5a45c9d0cce3db1e95a Mon Sep 17 00:00:00 2001 From: Scott Rabenhorst <53346946+sdrabenh@users.noreply.github.com> Date: Mon, 9 Mar 2020 12:52:56 -0400 Subject: [PATCH 1/3] Update Externals.cfg --- Externals.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Externals.cfg b/Externals.cfg index 09308161..40fb8023 100644 --- a/Externals.cfg +++ b/Externals.cfg @@ -54,7 +54,7 @@ protocol = git required = True repo_url = git@github.com:GEOS-ESM/GEOSgcm_GridComp.git local_path = ./src/Components/@GEOSgcm_GridComp -tag = v1.7.0 +tag = v1.8.0 protocol = git externals = Externals.cfg From 902fbe333fe17d520375bc078ed945568573d1e6 Mon Sep 17 00:00:00 2001 From: Scott Rabenhorst <53346946+sdrabenh@users.noreply.github.com> Date: Mon, 9 Mar 2020 12:54:02 -0400 Subject: [PATCH 2/3] Update components.yaml --- components.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components.yaml b/components.yaml index afce371a..f5a22667 100644 --- a/components.yaml +++ b/components.yaml @@ -49,7 +49,7 @@ FMS: GEOSgcm_GridComp: local: ./src/Components/@GEOSgcm_GridComp remote: git@github.com:GEOS-ESM/GEOSgcm_GridComp.git - tag: v1.7.0 + tag: v1.8.0 develop: develop FVdycoreCubed_GridComp: From 1f758fcd8ace8e00d5e368548c45fe083fe45be4 Mon Sep 17 00:00:00 2001 From: Scott Rabenhorst <53346946+sdrabenh@users.noreply.github.com> Date: Mon, 9 Mar 2020 12:56:02 -0400 Subject: [PATCH 3/3] Update CMakeLists.txt --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 585f3109..8191ed8b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ cmake_policy (SET CMP0054 NEW) project ( GEOSgcm - VERSION 10.11 + VERSION 10.12 LANGUAGES Fortran CXX C) # Note - CXX is required for ESMF if ("${PROJECT_SOURCE_DIR}" STREQUAL "${PROJECT_BINARY_DIR}")