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

where

parent 62ae70bb
No related branches found
No related tags found
No related merge requests found
Pipeline #51029 passed with warnings with stage
......@@ -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 && \
......
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