mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: r: Replace "atlas" with "openblas".
* gnu/packages/statistics.scm (r)[inputs]: Replace "atlas" with "openblas".
This commit is contained in:
parent
606c638016
commit
b05d1c68bc
1 changed files with 2 additions and 2 deletions
|
@ -69,7 +69,7 @@ (define-public r
|
|||
;; Some tests require the timezone to be set.
|
||||
(lambda _ (setenv "TZ" "UTC") #t)))
|
||||
#:configure-flags
|
||||
'("--with-blas"
|
||||
'("--with-blas=openblas"
|
||||
"--with-lapack"
|
||||
"--with-cairo"
|
||||
"--with-libpng"
|
||||
|
@ -92,7 +92,7 @@ (define-public r
|
|||
("which" ,which) ; for tests/Examples/base-Ex.R
|
||||
("xz" ,xz)))
|
||||
(inputs
|
||||
`(("atlas" ,atlas) ; --with-blas
|
||||
`(("openblas" ,openblas)
|
||||
("cairo" ,cairo)
|
||||
("gfortran" ,gfortran)
|
||||
("icu4c" ,icu4c)
|
||||
|
|
Loading…
Reference in a new issue