From 14c7a138938af05d09f7b2bb76ed887ffeccd811 Mon Sep 17 00:00:00 2001 From: "Nichols A. Romero" Date: Sun, 28 Mar 2021 12:06:46 -0500 Subject: 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. --- var/spack/repos/builtin/packages/llvm/package.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'var') diff --git a/var/spack/repos/builtin/packages/llvm/package.py b/var/spack/repos/builtin/packages/llvm/package.py index 545ed559f9..7eea165821 100644 --- a/var/spack/repos/builtin/packages/llvm/package.py +++ b/var/spack/repos/builtin/packages/llvm/package.py @@ -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", -- cgit v1.2.3-70-g09d2