Skip to content

Commit 59a4c82

Browse files
authored
Merge pull request #1039 from casparvl/001-eb-4.8.2
{2023.06}[SYSTEM,icelake+cascadelake] EasyBuild 4.8.2 + 4.9.0 + 4.9.1 + 4.9.4 + 5.0.0, EESSI-extend
2 parents 2a4c8ae + a962fe1 commit 59a4c82

6 files changed

Lines changed: 15 additions & 3 deletions

File tree

EESSI-install-software.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ else
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}

EESSI-remove-software.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
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
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
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
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
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

scripts/gpu_support/nvidia/install_cuda_and_libraries.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)