From b7c8a4b20df840a0a367ef4da7744168bd34ad29 Mon Sep 17 00:00:00 2001 From: CoryMartin-NOAA Date: Fri, 21 Jul 2023 07:47:45 +0000 Subject: [PATCH] Update to new stable build on 20230721 --- CMakeLists.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index dbac34416..5ea904e86 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -71,7 +71,7 @@ if(BUILD_GDASBUNDLE) endif() # Core JEDI repositories - ecbuild_bundle( PROJECT oops GIT "https://github.com/jcsda/oops.git" TAG 6da870c ) + ecbuild_bundle( PROJECT oops GIT "https://github.com/jcsda/oops.git" TAG 0ef5ff2 ) ecbuild_bundle( PROJECT vader GIT "https://github.com/jcsda/vader.git" TAG 68ebc46 ) ecbuild_bundle( PROJECT saber GIT "https://github.com/jcsda/saber.git" TAG b700b28 ) ecbuild_bundle( PROJECT ioda GIT "https://github.com/jcsda/ioda.git" TAG 135bdf0 ) @@ -84,7 +84,7 @@ if(BUILD_GDASBUNDLE) # fv3-jedi and associated repositories ecbuild_bundle( PROJECT femps GIT "https://github.com/jcsda/femps.git" TAG cb39681 ) ecbuild_bundle( PROJECT fv3-jedi-lm GIT "https://github.com/jcsda/fv3-jedi-linearmodel.git" TAG a934a7b ) - ecbuild_bundle( PROJECT fv3-jedi GIT "https://github.com/jcsda/fv3-jedi.git" TAG 6246644 ) + ecbuild_bundle( PROJECT fv3-jedi GIT "https://github.com/jcsda/fv3-jedi.git" TAG ff733c4 ) # SOCA associated repositories # TODO: Move the Icepack fork to EMC github @@ -94,7 +94,7 @@ if(BUILD_GDASBUNDLE) endif() ecbuild_bundle( PROJECT gsw GIT "https://github.com/jcsda-internal/GSW-Fortran.git" TAG 1a02eba ) ecbuild_bundle( PROJECT mom6 GIT "https://github.com/jcsda-internal/MOM6.git" TAG 51ec489 RECURSIVE ) - ecbuild_bundle( PROJECT soca GIT "https://github.com/jcsda-internal/soca.git" TAG 7efe282 ) + ecbuild_bundle( PROJECT soca GIT "https://github.com/jcsda-internal/soca.git" TAG 33274de ) # Build JEDI/DA or other peripherals ecbuild_bundle( PROJECT gdas-utils SOURCE "./utils" ) @@ -102,7 +102,7 @@ if(BUILD_GDASBUNDLE) # Build IODA converters option(BUILD_IODA_CONVERTERS "Build IODA Converters" ON) if(BUILD_IODA_CONVERTERS) - ecbuild_bundle( PROJECT iodaconv GIT "https://github.com/JCSDA-internal/ioda-converters.git" TAG bc23747 ) + ecbuild_bundle( PROJECT iodaconv GIT "https://github.com/JCSDA-internal/ioda-converters.git" TAG 83d268d ) endif() # Land associated repositories