changeset 16:ee00fc3ec264 draft

Uploaded
author davidvanzessen
date Fri, 27 Sep 2013 07:13:45 -0400
parents 66be861946f8
children e445e8a41185
files tool_dependencies.xml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Fri Sep 27 06:16:23 2013 -0400
+++ b/tool_dependencies.xml	Fri Sep 27 07:13:45 2013 -0400
@@ -4,7 +4,7 @@
         <install version="1.0">
             <actions>
                 <action type="download_by_url">http://CRAN.R-project.org/src/base/R-2/R-2.15.1.tar.gz</action>
-                <action type="shell_command">./configure --prefix=$INSTALL_DIR</action>
+                <action type="shell_command">./configure --prefix=$INSTALL_DIR --with-x=no</action>
                 <action type="shell_command">make</action>
                 
                 <action type="download_file">http://cran.r-project.org/src/contrib/gridExtra_0.9.1.tar.gz</action>