Skip to content

Commit

Permalink
Add back the dependency on GSI for rrfs_utl. (#345)
Browse files Browse the repository at this point in the history
  • Loading branch information
christinaholtNOAA authored Sep 14, 2022
1 parent 30adef2 commit f6a4ac6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions sorc/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ if (BUILD_RRFS_UTILS)
CMAKE_ARGS -DCMAKE_INSTALL_PREFIX=${CMAKE_INSTALL_PREFIX} -DCMAKE_INSTALL_BINDIR=${CMAKE_INSTALL_BINDIR}
BUILD_ALWAYS TRUE
STEP_TARGETS build
DEPENDS GSI
)
endif()

Expand Down
3 changes: 1 addition & 2 deletions tests/WE2E/setup_WE2E_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,7 @@ scrfunc_fn=$( basename "${scrfunc_fp}" )
scrfunc_dir=$( dirname "${scrfunc_fp}" )

TESTS_DIR=$( dirname "${scrfunc_dir}" )
REGIONAL_WORKFLOW_DIR=$( dirname "${TESTS_DIR}" )
SRW_APP_DIR=$( dirname "${REGIONAL_WORKFLOW_DIR}" )
SRW_APP_DIR=$( dirname "${TESTS_DIR}" )
TOP_DIR=$( dirname "${SRW_APP_DIR}" )

EXPTS_DIR=${TOP_DIR}/expt_dirs
Expand Down

0 comments on commit f6a4ac6

Please sign in to comment.