From 6b81dde6246f9de7e867ff58f4166aaae7339a80 Mon Sep 17 00:00:00 2001 From: Scott Mindock <srmindock@wisc.edu> Date: Mon, 15 Apr 2024 19:58:35 +0000 Subject: [PATCH] where --- distro/scripts/adl_cots.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/distro/scripts/adl_cots.sh b/distro/scripts/adl_cots.sh index ad2be0a..79cf45e 100755 --- a/distro/scripts/adl_cots.sh +++ b/distro/scripts/adl_cots.sh @@ -480,10 +480,11 @@ nagg(){ tar_name=nagg-1.6.2.tar.gz && \ rm -fr ${BUILD}/nagg* && \ install_the_source ${tar_name} && \ - cd nagg-1.6.2 && \ - # Build nagg + ls && \ + which patch && \ + cd nagg-1.6.2 && \ patch -p1 < ${COTS_HOME}/scripts/revised_nagg.patch && \ - ./configure --with-hlregion=${USER_COTS_PATH}/lib && \ + ./configure --prefix=${USER_COTS_PATH} --with-hlregion=${USER_COTS_PATH}/lib && \ make && \ make install && \ cp nagg/bin/nagg ${USER_COTS_PATH}/bin && \ -- GitLab