diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm index 1697ce258e..2d8690c74e 100644 --- a/gnu/packages/statistics.scm +++ b/gnu/packages/statistics.scm @@ -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)