Skip to content
Snippets Groups Projects
Commit cdaa168c authored by Scott Mindock's avatar Scott Mindock
Browse files

where

parent 34f7c452
No related branches found
No related tags found
No related merge requests found
Pipeline #51023 passed with warnings with stage
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment