Skip to content

Commit 2c7cc34

Browse files
committed
Fix toolchain constant
Signed-off-by: Jan André Reuter <j.reuter@fz-juelich.de>
1 parent a37bef7 commit 2c7cc34

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

easybuild/toolchains/compiler/rocm_compilers.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@
3636
from easybuild.tools.toolchain.toolchain import SYSTEM_TOOLCHAIN_NAME
3737
from easybuild.tools.toolchain.compiler import LLVMCompilers
3838

39-
TC_CONSTANT_LLVM = "ROCm"
39+
TC_CONSTANT_ROCM = "ROCm"
4040

4141

4242
class ROCmCompilers(LLVMCompilers):
4343
"""Compiler toolchain with ROCm compilers (amdclang/amdflang)."""
44-
COMPILER_FAMILY = TC_CONSTANT_LLVM
44+
COMPILER_FAMILY = TC_CONSTANT_ROCM
4545
SUBTOOLCHAIN = SYSTEM_TOOLCHAIN_NAME
4646

4747
COMPILER_CC = 'amdclang'

0 commit comments

Comments
 (0)