From f8c08ddafc3e079bea024dee6bbd495980d86a03 Mon Sep 17 00:00:00 2001 From: Aditya Dendukuri Date: Thu, 23 May 2024 11:37:45 -0600 Subject: [PATCH] added TUV-X download in the build script --- etc/derecho/build_tuvx_derecho_gnu.sh | 4 +++- etc/derecho/build_tuvx_derecho_intel.sh | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/etc/derecho/build_tuvx_derecho_gnu.sh b/etc/derecho/build_tuvx_derecho_gnu.sh index 785d0770..428785ba 100644 --- a/etc/derecho/build_tuvx_derecho_gnu.sh +++ b/etc/derecho/build_tuvx_derecho_gnu.sh @@ -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 git@github.com:NCAR/tuv-x.git cd tuv-x mkdir build cd build diff --git a/etc/derecho/build_tuvx_derecho_intel.sh b/etc/derecho/build_tuvx_derecho_intel.sh index 742a85e8..36a405a1 100644 --- a/etc/derecho/build_tuvx_derecho_intel.sh +++ b/etc/derecho/build_tuvx_derecho_intel.sh @@ -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 git@github.com:NCAR/tuv-x.git cd tuv-x