From cdaa168c3bc4f84fff3ed998a0d5a699ed6035de Mon Sep 17 00:00:00 2001 From: Scott Mindock <srmindock@wisc.edu> Date: Tue, 16 Apr 2024 15:32:58 +0000 Subject: [PATCH] where --- distro/scripts/adl_cots.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/distro/scripts/adl_cots.sh b/distro/scripts/adl_cots.sh index d39d3c1..b3c576c 100755 --- a/distro/scripts/adl_cots.sh +++ b/distro/scripts/adl_cots.sh @@ -490,19 +490,13 @@ nagg(){ tar_name=nagg-1.6.2.tar.gz && \ rm -fr ${BUILD}/nagg* && \ install_the_source ${tar_name} && \ - echo "ls ${USER_COTS_PATH}/lib" - ls ${USER_COTS_PATH}/lib - echo "ls ${USER_COTS_PATH}/lib" - ls ${USER_COTS_PATH}/include cd nagg-1.6.2 && \ patch -p1 < ${COTS_HOME}/scripts/revised_nagg.patch && \ - ./configure --help ./configure --prefix=${USER_COTS_PATH} --exec-prefix="${USER_COTS_PATH}" --with-hlregion="${USER_COTS_PATH}/lib" CPPFLAGS="-I${USER_COTS_PATH}/include" LDFLAGS=" -static -L${USER_COTS_PATH}/lib64 -L${USER_COTS_PATH}/lib" LIBS="-lhdf5" && \ make && \ make install && \ ls ${USER_COTS_PATH}/bin - #cp nagg/bin/nagg ${USER_COTS_PATH}/bin && \ unset LDFLAGS && \ echo "${FUNCNAME[0]} finished" && \ return 0 -- GitLab