Skip to content

Commit

Permalink
Update to new stable build on 20230720
Browse files Browse the repository at this point in the history
  • Loading branch information
CoryMartin-NOAA committed Jul 20, 2023
1 parent fd8aa2f commit a8e878a
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 @@ -71,10 +71,10 @@ if(BUILD_GDASBUNDLE)
endif()

# Core JEDI repositories
ecbuild_bundle( PROJECT oops GIT "https://github.com/jcsda/oops.git" TAG 53d18c6 )
ecbuild_bundle( PROJECT oops GIT "https://github.com/jcsda/oops.git" TAG 6da870c )
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 308cdf2 )
ecbuild_bundle( PROJECT ioda GIT "https://github.com/jcsda/ioda.git" TAG 7006421 )
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 )
ecbuild_bundle( PROJECT ufo GIT "https://github.com/jcsda/ufo.git" TAG e4144cb )

# FMS and FV3 dynamical core
Expand Down Expand Up @@ -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 1e46f82 )
ecbuild_bundle( PROJECT iodaconv GIT "https://github.com/JCSDA-internal/ioda-converters.git" TAG bc23747 )
endif()

# Land associated repositories
Expand Down

0 comments on commit a8e878a

Please sign in to comment.