gnu: r: Remove obsolete configure flags.

* gnu/packages/statistics.scm (r)[arguments]: Remove obsolete configure flags.
This commit is contained in:
Ricardo Wurmus 2017-03-09 06:37:40 +01:00
parent f7db12022c
commit f2ac937924
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -170,11 +170,7 @@ (define-public r
"--with-ICU" "--with-ICU"
"--enable-R-shlib" "--enable-R-shlib"
"--enable-BLAS-shlib" "--enable-BLAS-shlib"
"--with-system-zlib" "--with-system-tre")))
"--with-system-bzlib"
"--with-system-pcre"
"--with-system-tre"
"--with-system-xz")))
;; R has some support for Java. When the JDK is available at configure ;; R has some support for Java. When the JDK is available at configure
;; time environment variables pointing to the JDK will be recorded under ;; 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 ;; $R_HOME/etc and ./tools/getsp.java will be compiled which is used by "R