From 4d5c786e544f28f5a999d8d7e0d4ad5722244ef8 Mon Sep 17 00:00:00 2001 From: Weiyuan Jiang Date: Thu, 15 Feb 2024 11:17:31 -0500 Subject: [PATCH 1/2] sparse checkout of GEOS_util --- components.yaml | 1 + config/GEOS_Util.sparse | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 config/GEOS_Util.sparse diff --git a/components.yaml b/components.yaml index fa43e03d..a4c189d7 100644 --- a/components.yaml +++ b/components.yaml @@ -37,6 +37,7 @@ GEOS_Util: local: ./src/Shared/@GMAO_Shared/@GEOS_Util remote: ../GEOS_Util.git tag: v2.0.3 + sparse: ./config/GEOS_Util.sparse develop: main MAPL: diff --git a/config/GEOS_Util.sparse b/config/GEOS_Util.sparse new file mode 100644 index 00000000..44ea2be3 --- /dev/null +++ b/config/GEOS_Util.sparse @@ -0,0 +1,3 @@ +/CMakeLists.txt +/pre/remap_restart +/pre/CMakeLists.txt From 2bc470831e4030409595b7905a045ad6816f9b78 Mon Sep 17 00:00:00 2001 From: Rolf Reichle Date: Wed, 21 Feb 2024 18:00:06 -0500 Subject: [PATCH 2/2] updated components.yaml with GEOS_Util v2.0.6 release that supports sparse checkout and new bcs layout --- components.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components.yaml b/components.yaml index a4c189d7..661b3b84 100644 --- a/components.yaml +++ b/components.yaml @@ -36,7 +36,7 @@ GMAO_Shared: GEOS_Util: local: ./src/Shared/@GMAO_Shared/@GEOS_Util remote: ../GEOS_Util.git - tag: v2.0.3 + tag: v2.0.6 sparse: ./config/GEOS_Util.sparse develop: main