From 450167c9783a5d61ea4393142ae311888e6be34a Mon Sep 17 00:00:00 2001
From: Scott Mindock <srmindock@wisc.edu>
Date: Tue, 16 Apr 2024 16:48:20 +0000
Subject: [PATCH] where

---
 distro/scripts/adl_cots.sh | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/distro/scripts/adl_cots.sh b/distro/scripts/adl_cots.sh
index bc71d4d..40b64fc 100755
--- a/distro/scripts/adl_cots.sh
+++ b/distro/scripts/adl_cots.sh
@@ -483,14 +483,14 @@ mk_hl_region()
 
 mk_nagg(){
     echo "${FUNCNAME[0]}"
-    export CPPFLAGS="-I${USER_COTS_PATH}/include"  && \
-    export CFLAGS="-I${USER_COTS_PATH}/include"  && \
-    export LDFLAGS=" -static -L${USER_COTS_PATH}/lib64 -L${USER_COTS_PATH}/lib"  && \
-    export LIBS="-lhdf5"
-
-    cd  ${BUILD}  && \
-    tar_name=nagg-1.6.2.tar.gz  && \
-    rm -fr ${BUILD}/nagg*  && \
+    # export CPPFLAGS="-I${USER_COTS_PATH}/include"  && \
+    # export CFLAGS="-I${USER_COTS_PATH}/include"  && \
+    # export LDFLAGS=" -static -L${USER_COTS_PATH}/lib64 -L${USER_COTS_PATH}/lib"  && \
+    # export LIBS="-lhdf5"
+
+    cd  ${BUILD}  
+    tar_name=nagg-1.6.2.tar.gz  
+    rm -fr ${BUILD}/nagg*  
     install_the_source ${tar_name}  && \
     cd nagg-1.6.2  && \
     patch -p1 <  ${COTS_HOME}/scripts/revised_nagg.patch   && \
-- 
GitLab