Skip to content
Snippets Groups Projects
Commit 7c3958e1 authored by Ricardo Wurmus's avatar Ricardo Wurmus
Browse files

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

* gnu/packages/bioinformatics.scm (vcftools): Explicitly set CFLAGS to
  remove "-m64" flag.
parent 401f9a8b
No related branches found
No related tags found
No related merge requests found
...@@ -1658,6 +1658,7 @@ (define-public vcftools ...@@ -1658,6 +1658,7 @@ (define-public vcftools
(arguments (arguments
`(#:tests? #f ; no "check" target `(#:tests? #f ; no "check" target
#:make-flags (list #:make-flags (list
"CFLAGS=-O2" ; override "-m64" flag
(string-append "PREFIX=" (assoc-ref %outputs "out")) (string-append "PREFIX=" (assoc-ref %outputs "out"))
(string-append "MANDIR=" (assoc-ref %outputs "out") (string-append "MANDIR=" (assoc-ref %outputs "out")
"/share/man/man1")) "/share/man/man1"))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment