Skip to content

Commit

Permalink
Merge pull request #5 from trz42/nessi.no-2022.11-EasyBuild-4.7.0
Browse files Browse the repository at this point in the history
Add latest EasyBuild release to NESSI/2022.11
  • Loading branch information
trz42 authored Feb 10, 2023
2 parents 5d36f45 + ad0b377 commit 2dac8fc
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions EESSI-pilot-install-software.sh
Original file line number Diff line number Diff line change
Expand Up @@ -459,6 +459,18 @@ echo_green "All set, let's start installing some software in ${EASYBUILD_INSTALL
#cat $($EB --last-log)
#check_exit_code $exit_code "${ok_msg}" "${fail_msg}"

## add latest EasyBuild to stack
echo ">> Adding latest EasyBuild to stack..."
ok_msg="Latest EasyBuild got installed ... great!"
fail_msg="Installation of latest EasyBuild failed! Disappointed."
if [[ ${EESSI_CVMFS_REPO} == /cvmfs/pilot.eessi-hpc.org ]]; then
$EB --from-pr 14545 --include-easyblocks-from-pr 2805 --robot --install-latest-eb-release
else
$EB --robot --install-latest-eb-release
fi
exit_code=$?
check_exit_code ${exit_code} "${ok_msg}" "${fail_msg}"


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

0 comments on commit 2dac8fc

Please sign in to comment.