guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: r: Remove obsolete configure flags.


From: Ricardo Wurmus
Subject: 02/02: gnu: r: Remove obsolete configure flags.
Date: Thu, 9 Mar 2017 01:39:26 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit f2ac9379249b394571691f26298e338cbda49582
Author: Ricardo Wurmus <address@hidden>
Date:   Thu Mar 9 06:37:40 2017 +0100

    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 c460363..e02c342 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]