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

where

parent f222ab6b
No related branches found
No related tags found
No related merge requests found
Pipeline #51033 passed with warnings
...@@ -469,13 +469,13 @@ mk_hl_region() ...@@ -469,13 +469,13 @@ mk_hl_region()
rm -fr ${BUILD}/hdf5_HL* && \ rm -fr ${BUILD}/hdf5_HL* && \
tar_name=hdf5_HL_REGION-1.1.5.tar.gz && \ tar_name=hdf5_HL_REGION-1.1.5.tar.gz && \
install_the_source $tar_name && \ install_the_source $tar_name && \
export HDF5_INSTALL_DIR=${USER_COTS_PATH} && \ # export HDF5_INSTALL_DIR=${USER_COTS_PATH} && \
export CPPFLAGS="-I${USER_COTS_PATH}/include" && \ # export CPPFLAGS="-I${USER_COTS_PATH}/include" && \
export LDFLAGS="-static -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* && \ cd ${BUILD}/hdf5_HL* && \
linc=`pwd` && \ linc=`pwd` && \
make clean && \ make clean && \
make CC=$CC INCLUDES="$CPPFLAGS -I$linc/src $LDFLAGS -lhdf5 -lhdf5_hl -lm" && \ make CC=$CC INCLUDES="$CPPFLAGS -I$linc/src $LDFLAGS -static -lhdf5 -lhdf5_hl -lm" && \
make PREFIX=${USER_COTS_PATH} install && \ make PREFIX=${USER_COTS_PATH} install && \
echo "${FUNCNAME[0]} finished" && \ echo "${FUNCNAME[0]} finished" && \
return 0 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