mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
gnu: r: Add openblas input.
* gnu/packages/statistics.scm (r)[inputs]: Add openblas. [arguments]: Adapt configure flags.
This commit is contained in:
parent
b450d2b440
commit
71e98ca571
1 changed files with 2 additions and 0 deletions
|
@ -136,6 +136,7 @@ (define-public r
|
|||
(lambda _ (zero? (system* "make" "install-info")))))
|
||||
#:configure-flags
|
||||
'("--with-cairo"
|
||||
"--with-blas=-lopenblas"
|
||||
"--with-libpng"
|
||||
"--with-jpeglib"
|
||||
"--with-libtiff"
|
||||
|
@ -170,6 +171,7 @@ (define-public r
|
|||
("pango" ,pango)
|
||||
("curl" ,curl)
|
||||
("tzdata" ,tzdata)
|
||||
("openblas" ,openblas)
|
||||
("gfortran" ,gfortran)
|
||||
("icu4c" ,icu4c)
|
||||
("libjpeg" ,libjpeg)
|
||||
|
|
Loading…
Reference in a new issue