Skip to content

Commit

Permalink
Update for soca using icepack as a module (#1444)
Browse files Browse the repository at this point in the history
  • Loading branch information
shlyaeva authored Jan 18, 2025
1 parent 70ca49e commit 70ea55b
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 12 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,6 @@ install*/
/fv3-jedi-lm
/gsibec
/gsw
/icepack
/ioda
/ioda-data
/iodaconv
Expand Down
4 changes: 0 additions & 4 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,6 @@
path = sorc/fv3-jedi
url = https://github.com/jcsda/fv3-jedi.git
branch = develop
[submodule "sorc/icepack"]
path = sorc/icepack
url = https://github.com/JCSDA-internal/Icepack.git
branch = feature/ecbuild-new
[submodule "sorc/soca"]
path = sorc/soca
url = https://github.com/jcsda-internal/soca.git
Expand Down
5 changes: 0 additions & 5 deletions bundle/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -111,11 +111,6 @@ if(BUILD_GDASBUNDLE)
ecbuild_bundle( PROJECT fv3-jedi SOURCE "../sorc/fv3-jedi" )

# SOCA associated repositories
# TODO: Move the Icepack fork to EMC github
set(BUILD_ICEPACK "ON" CACHE STRING "Build the icepack library")
if ( BUILD_ICEPACK )
ecbuild_bundle( PROJECT icepack SOURCE "../sorc/icepack" )
endif()
ecbuild_bundle( PROJECT soca SOURCE "../sorc/soca" )

# Build JEDI/DA or other peripherals
Expand Down
1 change: 0 additions & 1 deletion sorc/icepack
Submodule icepack deleted from 73136e

0 comments on commit 70ea55b

Please sign in to comment.