Skip to content

Commit 90583a9

Browse files
author
JJ Guerrette
authored
Update build for 22MAR2023 release (#210)
### Description Update `build/CMakeLists.txt` to prepare for new release tag. ### Issue closed Closes #209 ### Tests completed No impact
1 parent e1bdfb3 commit 90583a9

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

build/CMakeLists.txt

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ ecbuild_bundle( PROJECT crtm GIT "https://github.com/JCSDA-internal/crtm.gi
3838
option(BUNDLE_SKIP_RTTOV "Don't build rttov" "ON") # Skip rttov build unless user passes -DBUNDLE_SKIP_RTTOV=OFF
3939
ecbuild_bundle( PROJECT rttov GIT "https://github.com/JCSDA-internal/rttov.git" TAG 5f8b36b )
4040

41-
ecbuild_bundle( PROJECT oops GIT "https://github.com/JCSDA-internal/oops.git" TAG e7335ff )
42-
ecbuild_bundle( PROJECT saber GIT "https://github.com/JCSDA-internal/saber.git" TAG 1203356 )
43-
ecbuild_bundle( PROJECT ioda GIT "https://github.com/JCSDA-internal/ioda.git" TAG 9a40bd0 )
44-
ecbuild_bundle( PROJECT ufo GIT "https://github.com/JCSDA-internal/ufo.git" TAG 87d299b )
41+
ecbuild_bundle( PROJECT oops GIT "https://github.com/JCSDA-internal/oops.git" TAG 27ad59f )
42+
ecbuild_bundle( PROJECT saber GIT "https://github.com/JCSDA-internal/saber.git" TAG 2555221 )
43+
ecbuild_bundle( PROJECT ioda GIT "https://github.com/JCSDA-internal/ioda.git" TAG 377974b )
44+
ecbuild_bundle( PROJECT ufo GIT "https://github.com/JCSDA-internal/ufo.git" TAG 0d335f7 )
4545

4646
# ioda and ufo test data
4747
#---------------------------------
@@ -56,7 +56,7 @@ find_branch_name(REPO_DIR_NAME ioda)
5656
# When LOCAL_PATH_JEDI_TESTFILES is set to the directory of IODA test files stored
5757
# in a local directory, ioda-data repo will not be cloned
5858
if( NOT DEFINED ENV{LOCAL_PATH_JEDI_TESTFILES} AND NOT DEFINED ${GIT_TAG_FUNC} )
59-
ecbuild_bundle( PROJECT ioda-data GIT "https://github.com/JCSDA-internal/ioda-data.git" TAG 3b4c1ba )
59+
ecbuild_bundle( PROJECT ioda-data GIT "https://github.com/JCSDA-internal/ioda-data.git" TAG 2b9add5 )
6060
endif()
6161

6262
# If IODA's current branch is available in ioda-data repo, that branch will be checked out
@@ -66,7 +66,7 @@ branch_checkout (REPO_DIR_NAME ioda-data
6666
# same procedure for ufo-data
6767
find_branch_name(REPO_DIR_NAME ufo)
6868
if( NOT DEFINED ENV{LOCAL_PATH_JEDI_TESTFILES} AND NOT DEFINED ${GIT_TAG_FUNC} )
69-
ecbuild_bundle( PROJECT ufo-data GIT "https://github.com/JCSDA-internal/ufo-data.git" TAG 87702a2 )
69+
ecbuild_bundle( PROJECT ufo-data GIT "https://github.com/JCSDA-internal/ufo-data.git" TAG 58e5a2d )
7070
endif()
7171

7272
# If UFO's current branch is available in ioda-data repo, that branch will be checked out
@@ -76,8 +76,10 @@ branch_checkout (REPO_DIR_NAME ufo-data
7676

7777
set(MPAS_DOUBLE_PRECISION "ON" CACHE STRING "MPAS-Model: Use double precision 64-bit Floating point.")
7878
set(MPAS_CORES init_atmosphere atmosphere CACHE STRING "MPAS-Model: cores to build.")
79-
ecbuild_bundle( PROJECT MPAS GIT "https://github.com/JCSDA-internal/MPAS-Model.git" TAG 2a41bf1 )
80-
ecbuild_bundle( PROJECT mpas-jedi GIT "https://github.com/JCSDA-internal/mpas-jedi" TAG cb20c34 )
79+
ecbuild_bundle( PROJECT MPAS GIT "https://github.com/JCSDA-internal/MPAS-Model.git" TAG f9e84dd )
80+
option(BUNDLE_SKIP_SACA "Don't build saca" "ON") # Skip saca build unless user passes -DBUNDLE_SKIP_SACA=OFF
81+
ecbuild_bundle( PROJECT saca GIT "https://github.com/liujake/SACA.git" TAG 5f62db0 )
82+
ecbuild_bundle( PROJECT mpas-jedi GIT "https://github.com/JCSDA-internal/mpas-jedi" TAG 12c476c )
8183

8284
# same procedure for mpas-jedi-data
8385
find_branch_name(REPO_DIR_NAME mpas-jedi)

0 commit comments

Comments
 (0)