gnu: fsom: Build with GCC 6.
* gnu/packages/bioinformatics.scm (fsom)[native-inputs]: Add gcc-6. [arguments]: Remove trailing #T.
This commit is contained in:
		
							parent
							
								
									cbef1824da
								
							
						
					
					
						commit
						a98fe1d46e
					
				
					 1 changed files with 3 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -14083,8 +14083,9 @@ combinatorial configurations.\", G. Ehrlich - Journal of the ACM (JACM),
 | 
			
		|||
           (replace 'install
 | 
			
		||||
             (lambda* (#:key outputs #:allow-other-keys)
 | 
			
		||||
               (let ((bin (string-append (assoc-ref outputs "out") "/bin")))
 | 
			
		||||
                 (install-file "fsom" bin))
 | 
			
		||||
               #t)))))
 | 
			
		||||
                 (install-file "fsom" bin)))))))
 | 
			
		||||
      (native-inputs
 | 
			
		||||
       `(("gcc" ,gcc-6)))
 | 
			
		||||
      (home-page "https://github.com/ekg/fsom")
 | 
			
		||||
      (synopsis "Manage SOM (Self-Organizing Maps) neural networks")
 | 
			
		||||
      (description "A tiny C library for managing SOM (Self-Organizing Maps)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue