gnu: r: Add openblas input.

* gnu/packages/statistics.scm (r)[inputs]: Add openblas.
[arguments]: Adapt configure flags.
This commit is contained in:
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"))))) (lambda _ (zero? (system* "make" "install-info")))))
#:configure-flags #:configure-flags
'("--with-cairo" '("--with-cairo"
"--with-blas=-lopenblas"
"--with-libpng" "--with-libpng"
"--with-jpeglib" "--with-jpeglib"
"--with-libtiff" "--with-libtiff"
@ -170,6 +171,7 @@ be output in text, PostScript, PDF or HTML.")
("pango" ,pango) ("pango" ,pango)
("curl" ,curl) ("curl" ,curl)
("tzdata" ,tzdata) ("tzdata" ,tzdata)
("openblas" ,openblas)
("gfortran" ,gfortran) ("gfortran" ,gfortran)
("icu4c" ,icu4c) ("icu4c" ,icu4c)
("libjpeg" ,libjpeg) ("libjpeg" ,libjpeg)