Skip to content

Commit

Permalink
Update to new stable build on 20230512
Browse files Browse the repository at this point in the history
  • Loading branch information
CoryMartin-NOAA committed May 12, 2023
1 parent e77c556 commit ab6f06d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ if(BUILD_GDASBUNDLE)
# Core JEDI repositories
ecbuild_bundle( PROJECT oops GIT "https://github.com/jcsda/oops.git" TAG f952fb7 )
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 c726c48 )
ecbuild_bundle( PROJECT saber GIT "https://github.com/jcsda/saber.git" TAG 70952bb )
ecbuild_bundle( PROJECT ioda GIT "https://github.com/jcsda/ioda.git" TAG 52685f5 )
ecbuild_bundle( PROJECT ufo GIT "https://github.com/jcsda/ufo.git" TAG 33b3ded )

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 16fb63a )
ecbuild_bundle( PROJECT iodaconv GIT "https://github.com/JCSDA-internal/ioda-converters.git" TAG c277ccc )
endif()

# Land associated repositories
Expand Down

0 comments on commit ab6f06d

Please sign in to comment.