Skip to content

Commit 1ac3748

Browse files
author
Caspar van Leeuwen
committed
Ok, now actually overwrite the EASYBUILD_INSTALLPATH
1 parent 333e009 commit 1ac3748

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/gpu_support/nvidia/install_cuda_and_libraries.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ for EASYSTACK_FILE in ${TOPDIR}/easystacks/eessi-*CUDA*.yml; do
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
143143
EESSI_SITE_CPU_FAMILY_PATH=$(echo "$EESSI_SITE_SOFTWARE_PATH" | sed 's|\(.*\)'"$EESSI_SOFTWARE_SUBDIR"'|\1'"$EESSI_CPU_FAMILY"'|')
144-
export EASYBUILD_INSTALLPATH=$EESSI_SITE_SOFTWARE_PATH
144+
export EASYBUILD_INSTALLPATH=$EESSI_SITE_CPU_FAMILY_PATH
145145

146146
# Install modules in hidden .modules dir to keep track of what was installed before
147147
# (this action is temporary, and we do not call Lmod again within the current shell context, but in EasyBuild

0 commit comments

Comments
 (0)