guix-commits
[Top][All Lists]
Advanced

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

56/66: gnu: vcftools: Remove "-m64" from CFLAGS.


From: Manolis Fragkiskos Ragkousis
Subject: 56/66: gnu: vcftools: Remove "-m64" from CFLAGS.
Date: Thu, 21 May 2015 12:52:09 +0000

phant0mas pushed a commit to branch wip-hurd
in repository guix.

commit ad0890fe9ad00a3ca953dae730a30bcc7d0daa67
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]