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 @@ training, HMM clustering, HMM mixtures.") | |||
|                 "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/") | ||||
|  |  | |||
		Reference in a new issue