gnu: randomjungle: Add gfortran:lib to native-inputs.
* gnu/packages/machine-learning.scm (randomjungle)[native-inputs]: Add gfortran:lib.
This commit is contained in:
parent
68bf2f9d6b
commit
25e0037a29
1 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
||||||
;;; GNU Guix --- Functional package management for GNU
|
;;; GNU Guix --- Functional package management for GNU
|
||||||
;;; Copyright © 2015 Ricardo Wurmus <rekado@elephly.net>
|
;;; Copyright © 2015 Ricardo Wurmus <rekado@elephly.net>
|
||||||
|
;;; Copyright © 2016 Efraim Flashner <efraim@flashner.co.il>
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guix.
|
;;; This file is part of GNU Guix.
|
||||||
;;;
|
;;;
|
||||||
|
@ -138,7 +139,8 @@ classification.")
|
||||||
("libxml2" ,libxml2)
|
("libxml2" ,libxml2)
|
||||||
("zlib" ,zlib)))
|
("zlib" ,zlib)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("gfortran" ,gfortran)))
|
`(("gfortran" ,gfortran)
|
||||||
|
("gfortran:lib" ,gfortran "lib")))
|
||||||
(home-page "http://www.imbs-luebeck.de/imbs/de/node/227/")
|
(home-page "http://www.imbs-luebeck.de/imbs/de/node/227/")
|
||||||
(synopsis "Implementation of the Random Forests machine learning method")
|
(synopsis "Implementation of the Random Forests machine learning method")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in a new issue