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

where

parent 01796ab9
No related branches found
No related tags found
No related merge requests found
Pipeline #51031 passed with warnings
......@@ -471,7 +471,7 @@ mk_hl_region()
install_the_source $tar_name && \
export HDF5_INSTALL_DIR=${USER_COTS_PATH} && \
export CPPFLAGS="-I${USER_COTS_PATH}/include" && \
export LDFLAGS="-L${USER_COTS_PATH}/lib64 -L${USER_COTS_PATH}/lib" && \
export LDFLAGS="-static -L${USER_COTS_PATH}/lib64 -L${USER_COTS_PATH}/lib" && \
cd ${BUILD}/hdf5_HL* && \
linc=`pwd` && \
make clean && \
......@@ -494,7 +494,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}" CPPFLAGS="${CPPFLAGS}" LDFLAGS=" -static ${LDFLAGS}" && \
./configure --prefix=${USER_COTS_PATH} --exec-prefix="${USER_COTS_PATH}" --with-hlregion="${USER_COTS_PATH}/lib" CFLAGS="${CFLAGS}" CPPFLAGS="${CPPFLAGS}" LDFLAGS=" ${LDFLAGS}" && \
make && \
make install && \
unset LDFLAGS && \
......
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