File tree Expand file tree Collapse file tree
easystacks/software.eessi.io/2023.06/icelake_cclake
scripts/gpu_support/nvidia Expand file tree Collapse file tree Original file line number Diff line number Diff line change 354354 echo -e " Processing easystack file ${easystack_file} ...\n\n"
355355
356356 # determine version of EasyBuild module to load based on EasyBuild version included in name of easystack file
357- eb_version=$( echo ${easystack_file} | sed ' s/.*eb-\([0-9.]*\).*/\1/g' )
357+ eb_version=$( echo ${easystack_file} | sed ' s/.*eb-\([0-9.]*\).*.yml /\1/g' )
358358
359359 # load EasyBuild module (will be installed if it's not available yet)
360360 source ${TOPDIR} /load_easybuild_module.sh ${eb_version}
Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ if [ $EUID -eq 0 ]; then
108108 else
109109 for easystack_file in ${changed_easystacks_rebuilds} ; do
110110 # determine version of EasyBuild module to load based on EasyBuild version included in name of easystack file
111- eb_version=$( echo ${easystack_file} | sed ' s/.*eb-\([0-9.]*\).*/\1/g' )
111+ eb_version=$( echo ${easystack_file} | sed ' s/.*eb-\([0-9.]*\).*.yml /\1/g' )
112112
113113 # load EasyBuild module (will be installed if it's not available yet)
114114 source ${TOPDIR} /load_easybuild_module.sh ${eb_version}
Original file line number Diff line number Diff line change 1+ easyconfigs :
2+ - /cvmfs/software.eessi.io/versions/2023.06/software/linux/x86_64/intel/haswell/software/EasyBuild/4.8.2/easybuild/reprod/EasyBuild-4.8.2.eb :
3+ options :
4+ include-easyblocks : /cvmfs/software.eessi.io/versions/2023.06/software/linux/x86_64/intel/haswell/software/EasyBuild/4.8.2/easybuild/reprod/easyblocks/*.py
Original file line number Diff line number Diff line change 1+ easyconfigs :
2+ - /cvmfs/software.eessi.io/versions/2023.06/software/linux/x86_64/intel/haswell/software/EasyBuild/4.9.0/easybuild/reprod/EasyBuild-4.9.0.eb :
3+ options :
4+ include-easyblocks : /cvmfs/software.eessi.io/versions/2023.06/software/linux/x86_64/intel/haswell/software/EasyBuild/4.9.0/easybuild/reprod/easyblocks/*.py
Original file line number Diff line number Diff line change 1+ easyconfigs :
2+ - /cvmfs/software.eessi.io/versions/2023.06/software/linux/x86_64/intel/haswell/software/EasyBuild/4.9.1/easybuild/reprod/EasyBuild-4.9.1.eb :
3+ options :
4+ include-easyblocks : /cvmfs/software.eessi.io/versions/2023.06/software/linux/x86_64/intel/haswell/software/EasyBuild/4.9.1/easybuild/reprod/easyblocks/*.py
Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ for EASYSTACK_FILE in ${TOPDIR}/easystacks/eessi-*CUDA*.yml; do
9696 echo -e " Processing easystack file ${easystack_file} ...\n\n"
9797
9898 # determine version of EasyBuild module to load based on EasyBuild version included in name of easystack file
99- eb_version=$( echo ${EASYSTACK_FILE} | sed ' s/.*eb-\([0-9.]*\).*/\1/g' )
99+ eb_version=$( echo ${EASYSTACK_FILE} | sed ' s/.*eb-\([0-9.]*\).*.yml /\1/g' )
100100
101101 # Load EasyBuild version for this easystack file _before_ loading EESSI-extend
102102 module_avail_out=${tmpdir} /ml.out
You can’t perform that action at this time.
0 commit comments