comparison tool_dependencies.xml @ 1:4692358aa325

Uploaded
author devteam
date Mon, 26 Aug 2013 16:16:04 -0400
parents df2d1c96d0e9
children 6d84e7988416
comparison
equal deleted inserted replaced
0:df2d1c96d0e9 1:4692358aa325
7 <action type="shell_command"> 7 <action type="shell_command">
8 ./configure --enable-R-shlib \ 8 ./configure --enable-R-shlib \
9 --with-readline=no \ 9 --with-readline=no \
10 --with-x=no \ 10 --with-x=no \
11 --prefix=$INSTALL_DIR \ 11 --prefix=$INSTALL_DIR \
12 --libdir=$INSTALL_DIR/lib \
12 --disable-R-framework 13 --disable-R-framework
13 </action> 14 </action>
14 <action type="shell_command">make &amp;&amp; make install</action> 15 <action type="shell_command">make &amp;&amp; make install</action>
15 <action type="set_environment"> 16 <action type="set_environment">
16 <environment_variable action="set_to" name="R_HOME">$INSTALL_DIR/lib/R</environment_variable> 17 <environment_variable action="set_to" name="R_HOME">$INSTALL_DIR/lib/R</environment_variable>