[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/03: gnu: r-sparsem: Add missing "gfortran" input.
From: |
Ricardo Wurmus |
Subject: |
02/03: gnu: r-sparsem: Add missing "gfortran" input. |
Date: |
Thu, 14 Jan 2016 13:44:53 +0000 |
rekado pushed a commit to branch master
in repository guix.
commit d7786ce9b052dd6716aac1ec63cee9951eaa65a7
Author: Ricardo Wurmus <address@hidden>
Date: Wed Jan 13 16:23:15 2016 +0100
gnu: r-sparsem: Add missing "gfortran" input.
* gnu/packages/statistics.scm (r-sparsem)[inputs]: Add "gfortran".
---
gnu/packages/statistics.scm | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index 8bd8758..6466af1 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -1,5 +1,5 @@
;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2015 Ricardo Wurmus <address@hidden>
+;;; Copyright © 2015, 2016 Ricardo Wurmus <address@hidden>
;;; Copyright © 2015 Vicente Vera Parra <address@hidden>
;;;
;;; 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")