changeset 2:ff26ae313d4d draft

Uploaded
author boris
date Wed, 05 Jun 2013 14:18:04 -0400
parents a648460aa764
children 562ebf52a8fe
files tool_dependencies.xml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Wed Jun 05 13:39:13 2013 -0400
+++ b/tool_dependencies.xml	Wed Jun 05 14:18:04 2013 -0400
@@ -12,7 +12,7 @@
                     </repository>
                 </action>
                 <action type="make_directory">$INSTALL_DIR</action>
-                <action type="shell_command">./configure --enable-R-shlib -with-x=no --prefix=$INSTALL_DIR &amp;&amp; make &amp;&amp; make install</action>
+                <action type="shell_command">./configure --enable-R-shlib --with-readline=no -with-x=no --prefix=$INSTALL_DIR &amp;&amp; make &amp;&amp; make install</action>
                 <action type="set_environment">
                     <environment_variable name="R_HOME" action="prepend_to">$INSTALL_DIR</environment_variable>
                     <environment_variable name="R_LIBS" action="prepend_to">$INSTALL_DIR/lib</environment_variable>