File tree Expand file tree Collapse file tree
easystacks/software.eessi.io/2023.06/a64fx Expand file tree Collapse file tree Original file line number Diff line number Diff 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}
1313done
1414
Original file line number Diff line number Diff 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+
You can’t perform that action at this time.
0 commit comments