Skip to content

Commit 8fdfb98

Browse files
committed
Merge branch 'main' into 2025.06-software.eessi.io-GCC-13.3.0-14.2.0
2 parents daa1fad + c5ac331 commit 8fdfb98

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

bot/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ git clone https://github.com/EESSI/software-layer-scripts
88
# symlink everything, except for:
99
# - common files like LICENSE and README.md
1010
# - 'bot' subdirectory, there we need to be a bit more careful (see below)
11-
for file in $(ls software-layer-scripts | egrep -v 'LICENSE|README.md|^bot'); do
11+
for file in $(ls software-layer-scripts | egrep -v 'easystacks|LICENSE|README.md|^bot'); do
1212
ln -s software-layer-scripts/${file}
1313
done
1414

easystacks/software.eessi.io/2023.06/a64fx/eessi-2023.06-eb-4.9.4-2023b.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,3 +107,13 @@ easyconfigs:
107107
# options:
108108
# from-pr: 20792
109109
- Valgrind-3.23.0-gompi-2023b.eb
110+
# recipes taken from https://github.com/EESSI/software-layer/pull/996
111+
- lit-18.1.7-GCCcore-13.2.0.eb:
112+
options:
113+
# see https://github.com/easybuilders/easybuild-easyconfigs/pull/20902
114+
from-commit: 79f4cf21490f7f5b187af889be5426c1332a497d
115+
- astropy-7.0.0-gfbf-2023b.eb:
116+
options:
117+
# see https://github.com/easybuilders/easybuild-easyconfigs/pull/22469
118+
from-commit: fc22841fef99cbb2a221c18029b15e692e78c27c
119+

0 commit comments

Comments
 (0)