gnu: r: Remove obsolete configure flags.
* gnu/packages/statistics.scm (r)[arguments]: Remove obsolete configure flags.
This commit is contained in:
parent
f7db12022c
commit
f2ac937924
|
@ -170,11 +170,7 @@ be output in text, PostScript, PDF or HTML.")
|
||||||
"--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
|
||||||
|
|
Loading…
Reference in New Issue