Skip to content

Commit

Permalink
Update to new stable build on 20230718
Browse files Browse the repository at this point in the history
  • Loading branch information
CoryMartin-NOAA committed Jul 18, 2023
1 parent ada6239 commit fd8aa2f
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 baafbd6 )
ecbuild_bundle( PROJECT oops GIT "https://github.com/jcsda/oops.git" TAG 53d18c6 )
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 78c8fc4 )
ecbuild_bundle( PROJECT ioda GIT "https://github.com/jcsda/ioda.git" TAG eb6933c )
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 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 f8d4dee )
ecbuild_bundle( PROJECT iodaconv GIT "https://github.com/JCSDA-internal/ioda-converters.git" TAG 1e46f82 )
endif()

# Land associated repositories
Expand Down

0 comments on commit fd8aa2f

Please sign in to comment.