From f2ac9379249b394571691f26298e338cbda49582 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Thu, 9 Mar 2017 06:37:40 +0100 Subject: gnu: r: Remove obsolete configure flags. * gnu/packages/statistics.scm (r)[arguments]: Remove obsolete configure flags. --- gnu/packages/statistics.scm | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm index c46036368a..e02c342c6f 100644 --- a/gnu/packages/statistics.scm +++ b/gnu/packages/statistics.scm @@ -170,11 +170,7 @@ be output in text, PostScript, PDF or HTML.") "--with-ICU" "--enable-R-shlib" "--enable-BLAS-shlib" - "--with-system-zlib" - "--with-system-bzlib" - "--with-system-pcre" - "--with-system-tre" - "--with-system-xz"))) + "--with-system-tre"))) ;; R has some support for Java. When the JDK is available at configure ;; time environment variables pointing to the JDK will be recorded under ;; $R_HOME/etc and ./tools/getsp.java will be compiled which is used by "R -- cgit v1.2.3