me
/
guix
Archived
1
0
Fork 0

gnu: newick-utils: Pass -fcommon to compiler.

* gnu/packages/bioinformatics.scm (newick-utils)[arguments]: Set CFLAGS.
master
Ricardo Wurmus 2021-12-07 23:27:40 +01:00
parent ed5e6c7502
commit 5fb1ba880f
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 18 additions and 16 deletions

View File

@ -5581,24 +5581,26 @@ program for nucleotide and protein sequences.")
(sha256 (sha256
(base32 (base32
"1hkw21rq1mwf7xp0rmbb2gqc0i6p11108m69i7mr7xcjl268pxnb")))) "1hkw21rq1mwf7xp0rmbb2gqc0i6p11108m69i7mr7xcjl268pxnb"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (arguments
;; XXX: TODO: Enable Lua and Guile bindings. '(#:make-flags (list "CFLAGS=-O2 -g -fcommon")))
;; https://github.com/tjunier/newick_utils/issues/13 (inputs
`(("libxml2" ,libxml2) ;; XXX: TODO: Enable Lua and Guile bindings.
("flex" ,flex) ;; https://github.com/tjunier/newick_utils/issues/13
("bison" ,bison))) `(("libxml2" ,libxml2)
(native-inputs ("flex" ,flex)
`(("autoconf" ,autoconf) ("bison" ,bison)))
("automake" ,automake) (native-inputs
("libtool" ,libtool))) `(("autoconf" ,autoconf)
(synopsis "Programs for working with newick format phylogenetic trees") ("automake" ,automake)
(description ("libtool" ,libtool)))
"Newick-utils is a suite of utilities for processing phylogenetic trees (synopsis "Programs for working with newick format phylogenetic trees")
(description
"Newick-utils is a suite of utilities for processing phylogenetic trees
in Newick format. Functions include re-rooting, extracting subtrees, in Newick format. Functions include re-rooting, extracting subtrees,
trimming, pruning, condensing, drawing (ASCII graphics or SVG).") trimming, pruning, condensing, drawing (ASCII graphics or SVG).")
(home-page "https://github.com/tjunier/newick_utils") (home-page "https://github.com/tjunier/newick_utils")
(license license:bsd-3)))) (license license:bsd-3))))
(define-public orfm (define-public orfm
(package (package