rekado pushed a commit to branch core-updates-frozen
in repository guix.
commit b835d10d61b0e21b8e85511e0a706cfef9ff3fc7
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Wed Dec 8 14:20:56 2021 +0100
gnu: paml: Pass -fcommon to compiler.
* gnu/packages/bioinformatics.scm (paml)[arguments]: Set CFLAGS.
---
gnu/packages/bioinformatics.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 7f4c721..7d8de9a 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -9797,7 +9797,7 @@ straight away. Its main features are:
(build-system gnu-build-system)
(arguments
`(#:tests? #f ; there are no tests
- #:make-flags '("CC=gcc")
+ #:make-flags '("CC=gcc" "CFLAGS=-fcommon -O3")
#:phases
(modify-phases %standard-phases
(replace 'configure