guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

13/14: gnu: paml: Pass -fcommon to compiler.


From: guix-commits
Subject: 13/14: gnu: paml: Pass -fcommon to compiler.
Date: Wed, 8 Dec 2021 08:33:44 -0500 (EST)

rekado pushed a commit to branch core-updates-frozen
in repository guix.

commit b835d10d61b0e21b8e85511e0a706cfef9ff3fc7
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Dec 8 14:20:56 2021 +0100

    gnu: paml: Pass -fcommon to compiler.
    
    * gnu/packages/bioinformatics.scm (paml)[arguments]: Set CFLAGS.
---
 gnu/packages/bioinformatics.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 7f4c721..7d8de9a 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -9797,7 +9797,7 @@ straight away.  Its main features are:
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f ; there are no tests
-       #:make-flags '("CC=gcc")
+       #:make-flags '("CC=gcc" "CFLAGS=-fcommon -O3")
        #:phases
        (modify-phases %standard-phases
          (replace 'configure



reply via email to

[Prev in Thread] Current Thread [Next in Thread]