comparison tool_dependencies.xml @ 14:6f249fadd4ec draft

Uploaded
author fubar
date Fri, 26 Jul 2013 21:50:48 -0400
parents c3d62f974b6f
children 5b9e639ef523
comparison
equal deleted inserted replaced
13:c3d62f974b6f 14:6f249fadd4ec
9 <package name="readline" version="6.2" /> 9 <package name="readline" version="6.2" />
10 </repository> 10 </repository>
11 </action> 11 </action>
12 <action type="make_directory">$INSTALL_DIR</action> 12 <action type="make_directory">$INSTALL_DIR</action>
13 <action type="shell_command">./configure --with-blas --with-lapack --enable-R-shlib --with-x=no --prefix=$INSTALL_DIR &amp;&amp; make &amp;&amp; make install</action> 13 <action type="shell_command">./configure --with-blas --with-lapack --enable-R-shlib --with-x=no --prefix=$INSTALL_DIR &amp;&amp; make &amp;&amp; make install</action>
14 <action type="download_by_url">http://cran.r-project.org/src/contrib/stringr_0.6.2.tar.gz</action> 14 <action type="download_file">http://cran.r-project.org/src/contrib/stringr_0.6.2.tar.gz</action>
15 <action type="shell_command"> export PATH=$INSTALL_DIR/lib/R/bin:$PATH &amp;&amp; 15 <action type="shell_command"> export PATH=$INSTALL_DIR/lib/R/bin:$PATH &amp;&amp;
16 export R_HOME=$INSTALL_DIR/lib/R &amp;&amp; 16 export R_HOME=$INSTALL_DIR/lib/R &amp;&amp;
17 export R_LIBS=$INSTALL_DIR/lib/R/library &amp;&amp; 17 export R_LIBS=$INSTALL_DIR/lib/R/library &amp;&amp;
18 R CMD INSTALL stringr_0.6.2.tar.gz -l $INSTALL_DIR </action> 18 R CMD INSTALL stringr_0.6.2.tar.gz -l $INSTALL_DIR </action>
19 <action type="download_by_url">http://cran.r-project.org/src/contrib/gplots_2.11.3.tar.gz</action> 19 <action type="download_file">http://cran.r-project.org/src/contrib/gplots_2.11.3.tar.gz</action>
20 <action type="shell_command"> export PATH=$INSTALL_DIR/lib/R/bin:$PATH &amp;&amp; 20 <action type="shell_command"> export PATH=$INSTALL_DIR/lib/R/bin:$PATH &amp;&amp;
21 export R_HOME=$INSTALL_DIR/lib/R &amp;&amp; 21 export R_HOME=$INSTALL_DIR/lib/R &amp;&amp;
22 export R_LIBS=$INSTALL_DIR/lib/R/library &amp;&amp; 22 export R_LIBS=$INSTALL_DIR/lib/R/library &amp;&amp;
23 R CMD INSTALL gplots_2.11.3.tar.gz -l $INSTALL_DIR </action> 23 R CMD INSTALL gplots_2.11.3.tar.gz -l $INSTALL_DIR </action>
24 <action type="set_environment"> 24 <action type="set_environment">