Skip to content

Commit

Permalink
try again but for land-incr
Browse files Browse the repository at this point in the history
  • Loading branch information
cory martin committed Oct 22, 2024
1 parent bc227c5 commit 0675212
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ set -x
if [[ $BUILD_JCSDA == 'YES' ]]; then
make -j ${BUILD_JOBS:-6} VERBOSE=$BUILD_VERBOSE
else
builddirs="gdas iodaconv land-imsproc land-jediincr gdas-utils bufr-query da-utils"
builddirs="gdas iodaconv gdas-utils bufr-query da-utils"
for b in $builddirs; do
cd $b
make -j ${BUILD_JOBS:-6} VERBOSE=$BUILD_VERBOSE
Expand Down
2 changes: 1 addition & 1 deletion bundle/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ if(BUILD_GDASBUNDLE)

# Land associated repositories
#ecbuild_bundle( PROJECT land-imsproc SOURCE "../sorc/land-imsproc" )
ecbuild_bundle( PROJECT land-jediincr SOURCE "../sorc/land-jediincr" )
# ecbuild_bundle( PROJECT land-jediincr SOURCE "../sorc/land-jediincr" )

# GDASApp
ecbuild_bundle( PROJECT gdas SOURCE "../")
Expand Down

0 comments on commit 0675212

Please sign in to comment.