File tree Expand file tree Collapse file tree
scripts/generate_easystacks_for_existing_stack Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44MAX_JOBS=${1:- 4} # Default to 4 concurrent jobs if not specified
55DEBUG=0
66BASE_STACK=/cvmfs/software.eessi.io/versions/2023.06/software/linux/x86_64/intel/haswell/software
7- EB_BOOTSTRAP=4.9.4
7+ EB_BOOTSTRAP=5.0.0
88TMPDIR=$( mktemp -d)
99
1010declare -A gcc_to_foss=( [" 12.2.0" ]=" 2022b" [" 12.3.0" ]=" 2023a" [" 13.2.0" ]=" 2023b" )
@@ -50,9 +50,9 @@ run_limited
5050 build_duration=$(( ($(date +% s - d "${build_time_end} ") - $(date +% s - d "${build_time_start} ")) / 60 ))
5151
5252 eb_version=$( bzgrep -oP " This is EasyBuild \K([0-9]+\.[0-9]+\.[0-9]+)" " ${log_file} " | head -n 1)
53- # if [[ ${app_name} == "EasyBuild" ]] && [[ ${app_version} == ${eb_version} ]]; then
54- # eb_version=${EB_BOOTSTRAP}
55- # fi
53+ if [[ ${app_name} == " EasyBuild" ]] && [[ ${app_version} == ${eb_version} ]]; then
54+ eb_version=${EB_BOOTSTRAP}
55+ fi
5656
5757 if [[ ${app_version} != * -* ]]; then
5858 toolchain=" SYSTEM"
You can’t perform that action at this time.
0 commit comments