gnu: r: Drop input lapack.

* gnu/packages/statistics.scm (r)[inputs]: Drop lapack, which is
  recommended by the manual.
  [arguments]: Adapt configure flags.
This commit is contained in:
Andreas Enge 2016-02-05 21:57:02 +01:00
parent 05c5b16585
commit eb2afd000c
1 changed files with 1 additions and 3 deletions

View File

@ -86,8 +86,7 @@
(add-after 'build 'install-info
(lambda _ (zero? (system* "make" "install-info")))))
#:configure-flags
'("--with-lapack"
"--with-cairo"
'("--with-cairo"
"--with-libpng"
"--with-jpeglib"
"--with-libtiff"
@ -120,7 +119,6 @@
`(("cairo" ,cairo)
("gfortran" ,gfortran)
("icu4c" ,icu4c)
("lapack" ,lapack)
("libjpeg" ,libjpeg)
("libpng" ,libpng)
("libtiff" ,libtiff)