Flang default is False. Include a warning to deter people from using it. (#22524)
* Flang default is False. Include a warning to deter people from using it. * Fix flake8 issue.
This commit is contained in:
parent
d17b6c4601
commit
14c7a13893
@ -67,8 +67,9 @@ class Llvm(CMakePackage, CudaPackage):
|
||||
)
|
||||
variant(
|
||||
"flang",
|
||||
default=True,
|
||||
description="Build the LLVM Fortran compiler frontend",
|
||||
default=False,
|
||||
description="Build the LLVM Fortran compiler frontend "
|
||||
"(experimental - parser only, needs GCC)",
|
||||
)
|
||||
variant(
|
||||
"omp_debug",
|
||||
|
Loading…
Reference in New Issue
Block a user