Skip to content

Commit

Permalink
Merge pull request #747 from ocaisa/eessi_extend_fix
Browse files Browse the repository at this point in the history
Allow EESSI-extend to work even when LMOD_EXACT_MATCH is set
  • Loading branch information
bedroge authored Sep 30, 2024
2 parents ab1f68a + fc73587 commit 720787c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion EESSI-extend-2023.06-easybuild.eb
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ elseif (project_modulepath ~= nil) then
end
-- Make sure EasyBuild itself is loaded
if not ( isloaded("EasyBuild") ) then
load("EasyBuild")
load(latest("EasyBuild"))
end
"""

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# 2024.09.25
# EESSI-extend did not support LMOD_EXACT_MATCH
# (see https://github.com/EESSI/software-layer/pull/747)
easyconfigs:
- EESSI-extend-2023.06-easybuild.eb

0 comments on commit 720787c

Please sign in to comment.