Skip to content

Commit 53bac8a

Browse files
authored
Merge pull request #126 from TopRichard/nessi.no-2023.06-OpenSSL-1.1-GCC-10.3.0
Addig OpenSSL/1.1-GCC/10.3.0 to NESSI/2023.06
2 parents d234e9e + b9f0a64 commit 53bac8a

2 files changed

+7
-2
lines changed

EESSI-pilot-install-software.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ for eb_version in '4.7.2'; do
150150
if [ -f ${es} ]; then
151151
echo_green "Feeding easystack file ${es} to EasyBuild..."
152152

153-
${EB} --easystack ${TOPDIR}/${es} --missing && ${EB} --easystack ${TOPDIR}/${es} --robot
153+
${EB} --easystack ${TOPDIR}/${es} --robot
154154

155155
$TOPDIR/check_missing_installations.sh ${TOPDIR}/${es}
156156
else

eessi-2023.06-eb-4.7.2-2021a.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,6 @@
1-
easyconfigs: []
1+
easyconfigs:
2+
- OpenSSL-1.1.eb:
3+
options:
4+
include-easyblocks-from-pr: 2922
5+
- GCC-10.3.0.eb
6+

0 commit comments

Comments
 (0)