Skip to content

Commit

Permalink
Update EESSI-pilot-install-software.sh
Browse files Browse the repository at this point in the history
The file must be installed before the easystack_file check
  • Loading branch information
TopRichard authored Jan 10, 2024
1 parent 6850031 commit 424d60d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion EESSI-pilot-install-software.sh
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,8 @@ for easystack_file in $(cat ${pr_diff} | grep '^+++' | cut -f2 -d' ' | sed 's@^[
${EB} --show-config

echo_green "All set, let's start installing some software with EasyBuild v${eb_version} in ${EASYBUILD_INSTALLPATH}..."

${EB} ${TOPDIR}/file-5.43-GCCcore-11.3.0.eb --robot

if [ -f ${easystack_file} ]; then
echo_green "Feeding easystack file ${easystack_file} to EasyBuild..."
Expand All @@ -226,7 +228,7 @@ for easystack_file in $(cat ${pr_diff} | grep '^+++' | cut -f2 -d' ' | sed 's@^[
done

### add packages here
${EB} ${TOPDIR}/file-5.43-GCCcore-11.3.0.eb --robot


echo ">> Creating/updating Lmod cache..."
export LMOD_RC="${EASYBUILD_INSTALLPATH}/.lmod/lmodrc.lua"
Expand Down

0 comments on commit 424d60d

Please sign in to comment.