File tree Expand file tree Collapse file tree
scripts/gpu_support/nvidia Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ for EASYSTACK_FILE in ${TOPDIR}/easystacks/eessi-*CUDA*.yml; do
140140 # the EESSI_SOFTWARE_SUBDIR in a capture group. It will the replace that with the content
141141 # of the capture group and then have the EESSI_CPU_FAMILY appended
142142 # Thus EESSI_SITE_CPU_FAMILY_PATH is something like /cvmfs/software.eessi.io/host_injections/.../x86_64
143- EESSI_SITE_CPU_FAMILY_PATH=$( echo " $EESSI_SITE_SOFTWARE_PATH " | sed ' s/ \(.*\)' " $EESSI_SOFTWARE_SUBDIR " ' / \1' " $EESSI_CPU_FAMILY " ' / ' )
143+ EESSI_SITE_CPU_FAMILY_PATH=$( echo " $EESSI_SITE_SOFTWARE_PATH " | sed ' s| \(.*\)' " $EESSI_SOFTWARE_SUBDIR " ' | \1' " $EESSI_CPU_FAMILY " ' | ' )
144144 export EASYBUILD_INSTALLPATH=$EESSI_SITE_SOFTWARE_PATH
145145
146146 # Install modules in hidden .modules dir to keep track of what was installed before
You can’t perform that action at this time.
0 commit comments