gnu: r: Drop input lapack.
authorAndreas Enge <andreas@enge.fr>
Fri, 5 Feb 2016 20:57:02 +0000 (21:57 +0100)
committerAndreas Enge <andreas@enge.fr>
Fri, 5 Feb 2016 22:20:43 +0000 (23:20 +0100)
* gnu/packages/statistics.scm (r)[inputs]: Drop lapack, which is
  recommended by the manual.
  [arguments]: Adapt configure flags.

gnu/packages/statistics.scm

index 7694816..ee6fd4a 100644 (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"
      `(("cairo" ,cairo)
        ("gfortran" ,gfortran)
        ("icu4c" ,icu4c)
-       ("lapack" ,lapack)
        ("libjpeg" ,libjpeg)
        ("libpng" ,libpng)
        ("libtiff" ,libtiff)