]> git.pld-linux.org Git - packages/llvm.git/commitdiff
- disable flang for now, seems too heavy for th-{ix86,x86_64} with g++ 11
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 22 Dec 2021 17:15:13 +0000 (18:15 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Wed, 22 Dec 2021 17:15:13 +0000 (18:15 +0100)
llvm.spec

index a78a017053d49c517f2a865c46d48563715fb7c1..940ae239a0933533c9e37f2a6403863ba85b864e 100644 (file)
--- a/llvm.spec
+++ b/llvm.spec
@@ -14,7 +14,7 @@
 # Conditional build:
 %bcond_without lldb                    # LLDB debugger
 %bcond_without mlir                    # MLIR libraries and tools (required for Flang)
-%bcond_without flang                   # Flang (Fortran18) compiler
+%bcond_with    flang                   # Flang (Fortran18) compiler (heavy memory requirements during build)
 %bcond_without polly                   # Polly cache-locality optimization, auto-parallelism and vectorization
 %bcond_without rt                      # compiler-rt libraries
 %bcond_without multilib                # compiler-rt multilib libraries
This page took 0.498393 seconds and 4 git commands to generate.