Skip to content

Commit 7590993

Browse files
Crivellaboegel
andauthored
Update eb_hooks.py
Co-authored-by: Kenneth Hoste <[email protected]>
1 parent 9273ea1 commit 7590993

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eb_hooks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -666,7 +666,7 @@ def pre_configure_hook_llvm(self, *args, **kwargs):
666666
We can instead set the environment variable that EasyBuild uses for `get_software_root` to trick the EB into
667667
into pointing to the compat layer.
668668
"""
669-
if self.name == 'LLVM':
669+
if self.name in ['LLVM', 'ROCm-LLVM']:
670670
eprefix = get_eessi_envvar('EPREFIX')
671671

672672
for software in ('zlib', 'ncurses'):

0 commit comments

Comments
 (0)