Skip to content

Commit 382b464

Browse files
committed
Fix lfbf toolchain description
1 parent 4f19fd8 commit 382b464

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

easybuild/toolchains/lfbf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838

3939

4040
class Lfbf(LLVMCompilersToolchain, FlexiBLAS, Fftw):
41-
"""Compiler toolchain with GCC, FlexiBLAS and FFTW."""
41+
"""Compiler toolchain with LLVM, FlexiBLAS and FFTW."""
4242
NAME = 'lfbf'
4343
SUBTOOLCHAIN = LLVMCompilersToolchain.NAME
4444
OPTIONAL = True

0 commit comments

Comments
 (0)