From 4373e5c4d5dd4cbd1628e53e86706aeb6db01783 Mon Sep 17 00:00:00 2001 From: Scott Mindock <srmindock@wisc.edu> Date: Tue, 16 Apr 2024 21:06:36 +0000 Subject: [PATCH] where --- distro/scripts/adl_cots.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/distro/scripts/adl_cots.sh b/distro/scripts/adl_cots.sh index f0e3f73..8cd12eb 100755 --- a/distro/scripts/adl_cots.sh +++ b/distro/scripts/adl_cots.sh @@ -469,13 +469,13 @@ mk_hl_region() rm -fr ${BUILD}/hdf5_HL* && \ tar_name=hdf5_HL_REGION-1.1.5.tar.gz && \ install_the_source $tar_name && \ - export HDF5_INSTALL_DIR=${USER_COTS_PATH} && \ - export CPPFLAGS="-I${USER_COTS_PATH}/include" && \ - export LDFLAGS="-static -L${USER_COTS_PATH}/lib64 -L${USER_COTS_PATH}/lib" && \ + # export HDF5_INSTALL_DIR=${USER_COTS_PATH} && \ + # export CPPFLAGS="-I${USER_COTS_PATH}/include" && \ + # export LDFLAGS="-static -L${USER_COTS_PATH}/lib64 -L${USER_COTS_PATH}/lib" && \ cd ${BUILD}/hdf5_HL* && \ linc=`pwd` && \ 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 && \ echo "${FUNCNAME[0]} finished" && \ return 0 -- GitLab