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:
parent
05c5b16585
commit
eb2afd000c
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue