Skip to content
Snippets Groups Projects
Commit 83a0db17 authored by Ricardo Wurmus's avatar Ricardo Wurmus
Browse files

gnu: r: Use gfortran-4.9.

* gnu/packages/statistics.scm (r)[inputs]: Replace gfortran-4.8 with
  gfortran-4.9.
parent c69a8b7b
No related branches found
No related tags found
No related merge requests found
......@@ -90,7 +90,7 @@ (define-public r
(inputs
`(("atlas" ,atlas) ; --with-blas
("cairo" ,cairo)
("gfortran" ,gfortran-4.8)
("gfortran" ,gfortran-4.9)
("icu4c" ,icu4c)
("icedtea6" ,icedtea6 "jdk")
("lapack" ,lapack)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment