mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 22:26:40 -05:00
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 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
;;; GNU Guix --- Functional package management for GNU
|
;;; 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>
|
;;; Copyright © 2015 Vicente Vera Parra <vicentemvp@gmail.com>
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guix.
|
;;; This file is part of GNU Guix.
|
||||||
|
@ -1676,6 +1676,8 @@ (define-public r-sparsem
|
||||||
"0s9kab5khk7daqf6nfp1wm1qnhkssnnwnymisfwyk3kz4q5maqfz"))))
|
"0s9kab5khk7daqf6nfp1wm1qnhkssnnwnymisfwyk3kz4q5maqfz"))))
|
||||||
(properties
|
(properties
|
||||||
`((upstream-name . "SparseM")))
|
`((upstream-name . "SparseM")))
|
||||||
|
(inputs
|
||||||
|
`(("gfortran" ,gfortran)))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(home-page "http://www.econ.uiuc.edu/~roger/research/sparse/sparse.html")
|
(home-page "http://www.econ.uiuc.edu/~roger/research/sparse/sparse.html")
|
||||||
(synopsis "Sparse linear algebra")
|
(synopsis "Sparse linear algebra")
|
||||||
|
|
Loading…
Reference in a new issue