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

@ -5582,6 +5582,8 @@ program for nucleotide and protein sequences.")
(base32 (base32
"1hkw21rq1mwf7xp0rmbb2gqc0i6p11108m69i7mr7xcjl268pxnb")))) "1hkw21rq1mwf7xp0rmbb2gqc0i6p11108m69i7mr7xcjl268pxnb"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments
'(#:make-flags (list "CFLAGS=-O2 -g -fcommon")))
(inputs (inputs
;; XXX: TODO: Enable Lua and Guile bindings. ;; XXX: TODO: Enable Lua and Guile bindings.
;; https://github.com/tjunier/newick_utils/issues/13 ;; https://github.com/tjunier/newick_utils/issues/13