gnu: r-sparsem: Add missing "gfortran" input.
* gnu/packages/statistics.scm (r-sparsem)[inputs]: Add "gfortran".
This commit is contained in:
parent
0047d26a22
commit
d7786ce9b0
|
@ -1,5 +1,5 @@
|
|||
;;; GNU Guix --- Functional package management for GNU
|
||||
;;; Copyright © 2015 Ricardo Wurmus <rekado@elephly.net>
|
||||
;;; Copyright © 2015, 2016 Ricardo Wurmus <rekado@elephly.net>
|
||||
;;; Copyright © 2015 Vicente Vera Parra <vicentemvp@gmail.com>
|
||||
;;;
|
||||
;;; This file is part of GNU Guix.
|
||||
|
@ -1676,6 +1676,8 @@ worker processes and collect and return the results on the master.")
|
|||
"0s9kab5khk7daqf6nfp1wm1qnhkssnnwnymisfwyk3kz4q5maqfz"))))
|
||||
(properties
|
||||
`((upstream-name . "SparseM")))
|
||||
(inputs
|
||||
`(("gfortran" ,gfortran)))
|
||||
(build-system r-build-system)
|
||||
(home-page "http://www.econ.uiuc.edu/~roger/research/sparse/sparse.html")
|
||||
(synopsis "Sparse linear algebra")
|
||||
|
|
Loading…
Reference in New Issue