Skip to content

Commit

Permalink
also install the latest EB release as module before installing EESSI-…
Browse files Browse the repository at this point in the history
…extend
  • Loading branch information
bedroge committed Jan 14, 2025
1 parent 1f0f4f2 commit e85f839
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions load_eessi_extend_module.sh
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,8 @@ else
eb_install_out=${TMPDIR}/eb_install.out
ok_msg="EESSI-extend/${EESSI_EXTEND_VERSION} installed, let's go!"
fail_msg="Installing EESSI-extend/${EESSI_EXTEND_VERSION} failed, that's not good... (output: ${eb_install_out})"
# EESSI-extend also needs EasyBuild to be installed as a module, so install the latest release
${EB} --install-latest-eb-release 2>&1 | tee ${eb_install_out}
# while always adding --try-amend=keep... may do no harm, we could make
# an attempt to figure out if it is needed, e.g., when we are rebuilding
${EB} "EESSI-extend-easybuild.eb" --try-amend=keeppreviousinstall=True 2>&1 | tee ${eb_install_out}
Expand Down

0 comments on commit e85f839

Please sign in to comment.