me
/
guix
Archived
1
0
Fork 0

gnu: randomjungle: Add gfortran:lib to native-inputs.

* gnu/packages/machine-learning.scm (randomjungle)[native-inputs]: Add
gfortran:lib.
master
Efraim Flashner 2016-05-25 21:48:22 +03:00
parent 68bf2f9d6b
commit 25e0037a29
No known key found for this signature in database
GPG Key ID: F4C1D3917EACEE93
1 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,6 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2015 Ricardo Wurmus <rekado@elephly.net>
;;; Copyright © 2016 Efraim Flashner <efraim@flashner.co.il>
;;;
;;; This file is part of GNU Guix.
;;;
@ -138,7 +139,8 @@ classification.")
("libxml2" ,libxml2)
("zlib" ,zlib)))
(native-inputs
`(("gfortran" ,gfortran)))
`(("gfortran" ,gfortran)
("gfortran:lib" ,gfortran "lib")))
(home-page "http://www.imbs-luebeck.de/imbs/de/node/227/")
(synopsis "Implementation of the Random Forests machine learning method")
(description