me
/
guix
Archived
1
0
Fork 0

gnu: bwa: Pass -fcommon to compiler.

* gnu/packages/bioinformatics.scm (bwa)[arguments]: Add -fcommon option to
CFLAGS.
master
Ricardo Wurmus 2021-10-24 18:48:20 +00:00
parent 724972bcca
commit 2da99b671e
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 1 additions and 0 deletions

View File

@ -1870,6 +1870,7 @@ splice junctions between exons.")
(build-system gnu-build-system)
(arguments
'(#:tests? #f ;no "check" target
#:make-flags '("CFLAGS=-fcommon")
#:phases
(modify-phases %standard-phases
(replace 'install