From 34f7c45294bb76350d44a2c181aa968bcf3349d2 Mon Sep 17 00:00:00 2001 From: Scott Mindock <srmindock@wisc.edu> Date: Tue, 16 Apr 2024 14:58:34 +0000 Subject: [PATCH] where --- distro/scripts/adl_cots.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distro/scripts/adl_cots.sh b/distro/scripts/adl_cots.sh index f6d4135..d39d3c1 100755 --- a/distro/scripts/adl_cots.sh +++ b/distro/scripts/adl_cots.sh @@ -467,7 +467,7 @@ mk_hl_region() { echo ${FUNCNAME[0]} rm -fr ${BUILD}/hdf5_HL* && \ - tar_name=hdf5_HL_REGION-1.1.5.tar && \ + 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" && \ -- GitLab