guix-commits
[Top][All Lists]
Advanced

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

05/15: gnu: bwa: Pass -fcommon to compiler.


From: guix-commits
Subject: 05/15: gnu: bwa: Pass -fcommon to compiler.
Date: Sun, 24 Oct 2021 16:39:07 -0400 (EDT)

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

commit 2da99b671e71a7855e4040d16bebf202a78d52d4
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sun Oct 24 18:48:20 2021 +0000

    gnu: bwa: Pass -fcommon to compiler.
    
    * gnu/packages/bioinformatics.scm (bwa)[arguments]: Add -fcommon option to
    CFLAGS.
---
 gnu/packages/bioinformatics.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 78d57f2..934782a 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -1870,6 +1870,7 @@ splice junctions between exons.")
     (build-system gnu-build-system)
     (arguments
      '(#:tests? #f ;no "check" target
+       #:make-flags '("CFLAGS=-fcommon")
        #:phases
        (modify-phases %standard-phases
          (replace 'install



reply via email to

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