From 9aa4120ad4fae4d785061eeb6e33414001bd61dc Mon Sep 17 00:00:00 2001
From: Scott Mindock <srmindock@wisc.edu>
Date: Tue, 16 Apr 2024 13:48:22 +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 9157e2f..15c7fc8 100755
--- a/distro/scripts/adl_cots.sh
+++ b/distro/scripts/adl_cots.sh
@@ -472,7 +472,7 @@ nagg(){
     rm -fr ${BUILD}/hdf5_HL_REGION*  
     install_the_source ${tar_name}  && \
     cd hdf5_HL_REGION*  && \
-    export HDF5_INSTALL_DIR=${USER_COTS_PATH}  && \
+    export HDF5_INSTALL_DIR=${USER_COTS_PATH}/lib  && \
     export LDFLAGS=" -static -L${USER_COTS_PATH}/lib "  && \
  
     ls ${USER_COTS_PATH}/lib
-- 
GitLab