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:
Nichols A. Romero 2021-03-28 12:06:46 -05:00 committed by GitHub
parent d17b6c4601
commit 14c7a13893
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -67,8 +67,9 @@ class Llvm(CMakePackage, CudaPackage):
) )
variant( variant(
"flang", "flang",
default=True, default=False,
description="Build the LLVM Fortran compiler frontend", description="Build the LLVM Fortran compiler frontend "
"(experimental - parser only, needs GCC)",
) )
variant( variant(
"omp_debug", "omp_debug",