guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: vcftools: Remove "-m64" from CFLAGS.


From: Ricardo Wurmus
Subject: 01/01: gnu: vcftools: Remove "-m64" from CFLAGS.
Date: Tue, 05 May 2015 08:20:29 +0000

rekado pushed a commit to branch master
in repository guix.

commit 7c3958e15a0ae5d733f1b49ea705c37203fc595a
Author: Ricardo Wurmus <address@hidden>
Date:   Mon May 4 12:17:14 2015 +0200

    gnu: vcftools: Remove "-m64" from CFLAGS.
    
    * gnu/packages/bioinformatics.scm (vcftools): Explicitly set CFLAGS to
      remove "-m64" flag.
---
 gnu/packages/bioinformatics.scm |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 7dc1bc4..1c5a5c2 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -1658,6 +1658,7 @@ in terms of new algorithms.")
     (arguments
      `(#:tests? #f ; no "check" target
        #:make-flags (list
+                     "CFLAGS=-O2" ; override "-m64" flag
                      (string-append "PREFIX=" (assoc-ref %outputs "out"))
                      (string-append "MANDIR=" (assoc-ref %outputs "out")
                                     "/share/man/man1"))



reply via email to

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