Skip to content

Commit

Permalink
Update to new stable build on 20230510
Browse files Browse the repository at this point in the history
  • Loading branch information
CoryMartin-NOAA committed May 10, 2023
1 parent 2586a7c commit 4ac96b9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ if(BUILD_GDASBUNDLE)
# Core JEDI repositories
ecbuild_bundle( PROJECT oops GIT "https://github.com/jcsda/oops.git" TAG a4aa20c )
ecbuild_bundle( PROJECT vader GIT "https://github.com/jcsda/vader.git" TAG 166090d )
ecbuild_bundle( PROJECT saber GIT "https://github.com/jcsda/saber.git" TAG 624f417 )
ecbuild_bundle( PROJECT ioda GIT "https://github.com/jcsda/ioda.git" TAG fc18d4d )
ecbuild_bundle( PROJECT saber GIT "https://github.com/jcsda/saber.git" TAG 4397f9e )
ecbuild_bundle( PROJECT ioda GIT "https://github.com/jcsda/ioda.git" TAG 935172b )
ecbuild_bundle( PROJECT ufo GIT "https://github.com/jcsda/ufo.git" TAG 33b3ded )

# FMS and FV3 dynamical core
Expand All @@ -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 c9e896a )
ecbuild_bundle( PROJECT fv3-jedi GIT "https://github.com/jcsda/fv3-jedi.git" TAG 21a2686 )

# SOCA associated repositories
# TODO: Move the Icepack fork to EMC github
Expand All @@ -99,7 +99,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 ac8b1aa )
ecbuild_bundle( PROJECT iodaconv GIT "https://github.com/JCSDA-internal/ioda-converters.git" TAG c0a079c )
endif()

# Land associated repositories
Expand Down

0 comments on commit 4ac96b9

Please sign in to comment.