Skip to content

Commit 576f241

Browse files
Merge pull request #676 from JCSDA-internal/release/soca-1.0.0
use public gsw and mom6 (#675)
2 parents b858ba0 + 2ec55e3 commit 576f241

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bundle/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@ endif ()
5454
ecbuild_bundle( PROJECT oops GIT "https://github.com/jcsda/oops.git" UPDATE TAG 1.2.0 )
5555
ecbuild_bundle( PROJECT saber GIT "https://github.com/jcsda/saber.git" UPDATE TAG 1.2.0 )
5656
ecbuild_bundle( PROJECT ioda GIT "https://github.com/jcsda/ioda.git" UPDATE TAG 2.1.0 )
57-
ecbuild_bundle( PROJECT gsw GIT "https://github.com/jcsda-internal/GSW-Fortran.git" UPDATE BRANCH release/soca-1.0.0 )
57+
ecbuild_bundle( PROJECT gsw GIT "https://github.com/jcsda/GSW-Fortran.git" UPDATE TAG 1.0.0.soca )
5858
ecbuild_bundle( PROJECT ufo GIT "https://github.com/jcsda/ufo.git" UPDATE TAG 1.2.0 )
59-
ecbuild_bundle( PROJECT mom6 GIT "https://github.com/jcsda-internal/MOM6.git" UPDATE BRANCH release/soca-1.0.0 RECURSIVE )
59+
ecbuild_bundle( PROJECT mom6 GIT "https://github.com/jcsda/MOM6.git" UPDATE TAG 1.0.0.soca )
6060
ecbuild_bundle( PROJECT soca SOURCE "../" )
6161

6262
ecbuild_bundle_finalize()

0 commit comments

Comments
 (0)