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

where

parent ef50135b
No related branches found
No related tags found
No related merge requests found
Pipeline #50998 passed with warnings with stage
......@@ -471,7 +471,7 @@ nagg(){
tar_name=hdf5_HL_REGION-1.1.5.tar.gz
rm -fr ${BUILD}/hdf5_HL_REGION*
install_the_source ${tar_name} && \
cd /hdf5_HL_REGION* && \
cd hdf5_HL_REGION* && \
export HDF5_INSTALL_DIR=${USER_COTS_PATH} && \
export LDFLAGS="-static" && \
make
......@@ -551,7 +551,9 @@ _rpath_setter() {
DESIRED_RPATH=$1
ORIGIN_DIRECTORY=$2
cd $ORIGIN_DIRECTORY
EXES=$(ls *)
#EXES=$(ls *)
EXES=$(find ${ORIGIN_DIRECTORY} -type f -perm -700 | wc -l)
printf "Desired %s\n" '$DESIRED_RPATH'
for exe in ${EXES}; do
printf "Start for %s\n" $exe
......
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