From fab8b700c839f687ae1737d058b5f45057368a7a Mon Sep 17 00:00:00 2001 From: Scott Mindock <srmindock@wisc.edu> Date: Wed, 17 Apr 2024 15:16:45 +0000 Subject: [PATCH] where --- distro/scripts/adl_cots.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distro/scripts/adl_cots.sh b/distro/scripts/adl_cots.sh index 3d19994..3099a0c 100755 --- a/distro/scripts/adl_cots.sh +++ b/distro/scripts/adl_cots.sh @@ -488,7 +488,7 @@ mk_nagg(){ install_the_source ${tar_name} && \ cd nagg-1.6.2 && \ patch -p1 < ${COTS_HOME}/scripts/revised_nagg.patch && \ - ./configure --prefix=${USER_COTS_PATH} --exec-prefix="${USER_COTS_PATH}" --with-hlregion="${USER_COTS_PATH}/lib" CFLAGS="${CFLAGS} -I${USER_COTS_PATH}/include " CPPFLAGS="${CPPFLAGS} -I${USER_COTS_PATH}/include " LDFLAGS="${LDFLAGS}" && \ + ./configure --prefix=${USER_COTS_PATH} --exec-prefix="${USER_COTS_PATH}" --with-hlregion="${USER_COTS_PATH}/lib" CFLAGS="${CFLAGS} -I${USER_COTS_PATH}/include " CPPFLAGS="${CPPFLAGS} -I${USER_COTS_PATH}/include " LDFLAGS="${LDFLAGS} -lm " && \ make && \ make install && \ echo "${FUNCNAME[0]} finished" && \ -- GitLab