Skip to content

Commit

Permalink
Merge pull request #676 from JCSDA-internal/release/soca-1.0.0
Browse files Browse the repository at this point in the history
use public gsw and mom6 (#675)
  • Loading branch information
guillaumevernieres authored Nov 4, 2021
2 parents b858ba0 + 2ec55e3 commit 576f241
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bundle/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ endif ()
ecbuild_bundle( PROJECT oops GIT "https://github.com/jcsda/oops.git" UPDATE TAG 1.2.0 )
ecbuild_bundle( PROJECT saber GIT "https://github.com/jcsda/saber.git" UPDATE TAG 1.2.0 )
ecbuild_bundle( PROJECT ioda GIT "https://github.com/jcsda/ioda.git" UPDATE TAG 2.1.0 )
ecbuild_bundle( PROJECT gsw GIT "https://github.com/jcsda-internal/GSW-Fortran.git" UPDATE BRANCH release/soca-1.0.0 )
ecbuild_bundle( PROJECT gsw GIT "https://github.com/jcsda/GSW-Fortran.git" UPDATE TAG 1.0.0.soca )
ecbuild_bundle( PROJECT ufo GIT "https://github.com/jcsda/ufo.git" UPDATE TAG 1.2.0 )
ecbuild_bundle( PROJECT mom6 GIT "https://github.com/jcsda-internal/MOM6.git" UPDATE BRANCH release/soca-1.0.0 RECURSIVE )
ecbuild_bundle( PROJECT mom6 GIT "https://github.com/jcsda/MOM6.git" UPDATE TAG 1.0.0.soca )
ecbuild_bundle( PROJECT soca SOURCE "../" )

ecbuild_bundle_finalize()

0 comments on commit 576f241

Please sign in to comment.