Skip to content

Commit

Permalink
added TUV-X download in the build script
Browse files Browse the repository at this point in the history
  • Loading branch information
Aditya Dendukuri committed May 23, 2024
1 parent 4a5ce0e commit f8c08dd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion etc/derecho/build_tuvx_derecho_gnu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ if [[ ! -d "${TUVX_HOME}" ]]; then
fi

# download and build TUV-X
echo "Building TUV-x"
echo "Downloading and Building TUV-x"
cd ${TUVX_HOME}
git clone [email protected]:NCAR/tuv-x.git
cd tuv-x
mkdir build
cd build
Expand Down
2 changes: 1 addition & 1 deletion etc/derecho/build_tuvx_derecho_intel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ if [[ ! -d "${TUVX_HOME}" ]]; then
fi

# get & build the source code of TUV-x
echo "Building TUV-x"
echo "Downloading and Building TUV-x"
cd ${TUVX_HOME}
git clone [email protected]:NCAR/tuv-x.git
cd tuv-x
Expand Down

0 comments on commit f8c08dd

Please sign in to comment.