mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: mcl: Add -fcommon to compiler flags.
* gnu/packages/machine-learning.scm (mcl)[arguments]: Set CFLAGS.
This commit is contained in:
parent
b214034109
commit
c25a6d39f3
1 changed files with 2 additions and 1 deletions
|
@ -288,7 +288,8 @@ (define-public mcl
|
|||
"15xlax3z31lsn62vlg94hkm75nm40q4679amnfg13jm8m2bnhy5m"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:configure-flags (list "--enable-blast")))
|
||||
`(#:configure-flags (list "--enable-blast"
|
||||
"CFLAGS=-fcommon")))
|
||||
(inputs
|
||||
`(("perl" ,perl)))
|
||||
(home-page "http://micans.org/mcl/")
|
||||
|
|
Loading…
Reference in a new issue