From b6883378a09a033b055d7f59436b2d382c6714d5 Mon Sep 17 00:00:00 2001 From: Scott Rabenhorst <53346946+sdrabenh@users.noreply.github.com> Date: Wed, 6 Oct 2021 15:05:44 -0400 Subject: [PATCH 1/4] Update components.yaml --- components.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components.yaml b/components.yaml index e3ff679d..49d38709 100644 --- a/components.yaml +++ b/components.yaml @@ -105,7 +105,7 @@ mom6: GEOSgcm_App: local: ./src/Applications/@GEOSgcm_App remote: ../GEOSgcm_App.git - tag: v1.5.4 + tag: v1.5.5 develop: develop UMD_Etc: From e092349def4ae33324b7f2bc4b613accc2750efd Mon Sep 17 00:00:00 2001 From: Matthew Thompson Date: Wed, 6 Oct 2021 16:12:21 -0400 Subject: [PATCH 2/4] Update to CMake v3.6.2 --- README.md | 6 +++--- components.yaml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1bfa2f61..7822220a 100644 --- a/README.md +++ b/README.md @@ -14,16 +14,16 @@ | ---------- | ------- | | [CPLFCST_Etc](https://github.com/GEOS-ESM/CPLFCST_Etc) | [v1.0.1](https://github.com/GEOS-ESM/CPLFCST_Etc/releases/tag/v1.0.1) | | [ecbuild](https://github.com/GEOS-ESM/ecbuild) | [geos/v1.0.6](https://github.com/GEOS-ESM/ecbuild/releases/tag/geos%2Fv1.0.6) | -| [ESMA_cmake](https://github.com/GEOS-ESM/ESMA_cmake) | [v3.6.1](https://github.com/GEOS-ESM/ESMA_cmake/releases/tag/v3.6.1) | +| [ESMA_cmake](https://github.com/GEOS-ESM/ESMA_cmake) | [v3.6.2](https://github.com/GEOS-ESM/ESMA_cmake/releases/tag/v3.6.1) | | [ESMA_env](https://github.com/GEOS-ESM/ESMA_env) | [v3.4.0](https://github.com/GEOS-ESM/ESMA_env/releases/tag/v3.4.0) | | [FMS](https://github.com/GEOS-ESM/FMS) | [geos/2019.01.02+noaff.7](https://github.com/GEOS-ESM/FMS/releases/tag/geos%2F2019.01.02%2Bnoaff.7) | | [FVdycoreCubed_GridComp](https://github.com/GEOS-ESM/FVdycoreCubed_GridComp) | [v1.2.17](https://github.com/GEOS-ESM/FVdycoreCubed_GridComp/releases/tag/v1.2.17) | | [geos-chem](https://github.com/GEOS-ESM/geos-chem) | [geos/v13.0.0-rc1](https://github.com/GEOS-ESM/geos-chem/releases/tag/geos%2Fv13.0.0-rc1) | | [GEOSchem_GridComp](https://github.com/GEOS-ESM/GEOSchem_GridComp) | [v1.6.0](https://github.com/GEOS-ESM/GEOSchem_GridComp/releases/tag/v1.6.0) | -| [GEOSgcm_App](https://github.com/GEOS-ESM/GEOSgcm_App) | [v1.5.4](https://github.com/GEOS-ESM/GEOSgcm_App/releases/tag/v1.5.4) | +| [GEOSgcm_App](https://github.com/GEOS-ESM/GEOSgcm_App) | [v1.5.5](https://github.com/GEOS-ESM/GEOSgcm_App/releases/tag/v1.5.5) | | [GEOSgcm_GridComp](https://github.com/GEOS-ESM/GEOSgcm_GridComp) | [v1.12.5](https://github.com/GEOS-ESM/GEOSgcm_GridComp/releases/tag/v1.12.5) | | [GFDL_atmos_cubed_sphere](https://github.com/GEOS-ESM/GFDL_atmos_cubed_sphere) | [geos/v1.1.7](https://github.com/GEOS-ESM/GFDL_atmos_cubed_sphere/releases/tag/geos%2Fv1.1.7) | -| [GMAO_Shared](https://github.com/GEOS-ESM/GMAO_Shared) | [v1.4.8](https://github.com/GEOS-ESM/GMAO_Shared/releases/tag/v1.4.8) | +| [GMAO_Shared](https://github.com/GEOS-ESM/GMAO_Shared) | [v1.4.9](https://github.com/GEOS-ESM/GMAO_Shared/releases/tag/v1.4.9) | | [GOCART](https://github.com/GEOS-ESM/GOCART) | [v1.0.1](https://github.com/GEOS-ESM/GOCART/releases/tag/v1.0.1) | | [HEMCO](https://github.com/GEOS-ESM/HEMCO) | [geos/v2.2.1](https://github.com/GEOS-ESM/HEMCO/releases/tag/geos%2Fv2.2.1) | | [MAPL](https://github.com/GEOS-ESM/MAPL) | [v2.8.6](https://github.com/GEOS-ESM/MAPL/releases/tag/v2.8.6) | diff --git a/components.yaml b/components.yaml index 49d38709..7f6a7201 100644 --- a/components.yaml +++ b/components.yaml @@ -11,7 +11,7 @@ env: cmake: local: ./@cmake remote: ../ESMA_cmake.git - tag: v3.6.1 + tag: v3.6.2 develop: develop ecbuild: From 20572b7ded2ff865f13fd56cbb53d7a2b2b9a900 Mon Sep 17 00:00:00 2001 From: Scott Rabenhorst <53346946+sdrabenh@users.noreply.github.com> Date: Thu, 7 Oct 2021 09:41:32 -0400 Subject: [PATCH 3/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7822220a..670aba16 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ | ---------- | ------- | | [CPLFCST_Etc](https://github.com/GEOS-ESM/CPLFCST_Etc) | [v1.0.1](https://github.com/GEOS-ESM/CPLFCST_Etc/releases/tag/v1.0.1) | | [ecbuild](https://github.com/GEOS-ESM/ecbuild) | [geos/v1.0.6](https://github.com/GEOS-ESM/ecbuild/releases/tag/geos%2Fv1.0.6) | -| [ESMA_cmake](https://github.com/GEOS-ESM/ESMA_cmake) | [v3.6.2](https://github.com/GEOS-ESM/ESMA_cmake/releases/tag/v3.6.1) | +| [ESMA_cmake](https://github.com/GEOS-ESM/ESMA_cmake) | [v3.6.2](https://github.com/GEOS-ESM/ESMA_cmake/releases/tag/v3.6.2) | | [ESMA_env](https://github.com/GEOS-ESM/ESMA_env) | [v3.4.0](https://github.com/GEOS-ESM/ESMA_env/releases/tag/v3.4.0) | | [FMS](https://github.com/GEOS-ESM/FMS) | [geos/2019.01.02+noaff.7](https://github.com/GEOS-ESM/FMS/releases/tag/geos%2F2019.01.02%2Bnoaff.7) | | [FVdycoreCubed_GridComp](https://github.com/GEOS-ESM/FVdycoreCubed_GridComp) | [v1.2.17](https://github.com/GEOS-ESM/FVdycoreCubed_GridComp/releases/tag/v1.2.17) | From d015c35f4270cbcc4b53ed231506533808703277 Mon Sep 17 00:00:00 2001 From: Scott Rabenhorst <53346946+sdrabenh@users.noreply.github.com> Date: Thu, 7 Oct 2021 09:43:12 -0400 Subject: [PATCH 4/4] Update components.yaml --- components.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components.yaml b/components.yaml index 7f6a7201..88e551fb 100644 --- a/components.yaml +++ b/components.yaml @@ -29,7 +29,7 @@ NCEP_Shared: GMAO_Shared: local: ./src/Shared/@GMAO_Shared remote: ../GMAO_Shared.git - tag: v1.4.8 + tag: v1.4.9 sparse: ./config/GMAO_Shared.sparse develop: main