gnu: r: Add openblas input.

* gnu/packages/statistics.scm (r)[inputs]: Add openblas.
[arguments]: Adapt configure flags.
master
Ben J Woodcroft 2016-09-08 21:14:12 +10:00 committed by Ben Woodcroft
parent b450d2b440
commit 71e98ca571
No known key found for this signature in database
GPG Key ID: E44DCCD146E0CCF4
1 changed files with 2 additions and 0 deletions

View File

@ -136,6 +136,7 @@ be output in text, PostScript, PDF or HTML.")
(lambda _ (zero? (system* "make" "install-info")))))
#:configure-flags
'("--with-cairo"
"--with-blas=-lopenblas"
"--with-libpng"
"--with-jpeglib"
"--with-libtiff"
@ -170,6 +171,7 @@ be output in text, PostScript, PDF or HTML.")
("pango" ,pango)
("curl" ,curl)
("tzdata" ,tzdata)
("openblas" ,openblas)
("gfortran" ,gfortran)
("icu4c" ,icu4c)
("libjpeg" ,libjpeg)