Skip to content

Commit cebdf18

Browse files
author
Caspar van Leeuwen
committed
Updated EB bootstrap version and reactivate using the bootstrap
1 parent 84817f0 commit cebdf18

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

scripts/generate_easystacks_for_existing_stack/stack_to_json_parallel.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
MAX_JOBS=${1:-4} # Default to 4 concurrent jobs if not specified
55
DEBUG=0
66
BASE_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
88
TMPDIR=$(mktemp -d)
99

1010
declare -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"

0 commit comments

Comments
 (0)