comparison tool_dependencies.xml @ 2:e1c7a7cda956 draft

Uploaded corrected tool dependency recipe.
author devteam
date Mon, 24 Feb 2014 16:40:45 -0500
parents 99d03d6b75cf
children 6a72f1ba7293
comparison
equal deleted inserted replaced
1:99d03d6b75cf 2:e1c7a7cda956
1 <?xml version="1.0"?> 1 <?xml version="1.0"?>
2 <tool_dependency> 2 <tool_dependency>
3 <package name="readline" version="6.2"> 3 <package name="readline" version="6.2">
4 <repository changeset_revision="16fc64dad9ca" name="package_readline_6_2" owner="devteam" prior_installation_required="False" toolshed="http://toolshed.g2.bx.psu.edu" /> 4 <repository changeset_revision="16fc64dad9ca" name="package_readline_6_2" owner="devteam" prior_installation_required="True" toolshed="http://toolshed.g2.bx.psu.edu" />
5 </package> 5 </package>
6 <package name="R" version="2.15.0"> 6 <package name="R" version="2.15.0">
7 <install version="1.0"> 7 <install version="1.0">
8 <actions> 8 <actions>
9 <action type="download_by_url">http://cran.rstudio.com/src/base/R-2/R-2.15.0.tar.gz</action> 9 <action type="download_by_url">http://cran.rstudio.com/src/base/R-2/R-2.15.0.tar.gz</action>
10 <action type="set_environment_for_install"> 10 <action type="set_environment_for_install">
11 <repository changeset_revision="16fc64dad9ca" name="package_readline_6_2" owner="devteam" prior_installation_required="False" toolshed="http://toolshed.g2.bx.psu.edu"> 11 <repository changeset_revision="16fc64dad9ca" name="package_readline_6_2" owner="devteam" prior_installation_required="True" toolshed="http://toolshed.g2.bx.psu.edu">
12 <package name="readline" version="6.2" /> 12 <package name="readline" version="6.2" />
13 </repository> 13 </repository>
14 </action> 14 </action>
15 <action type="make_directory">$INSTALL_DIR</action> 15 <action type="make_directory">$INSTALL_DIR</action>
16 <action type="shell_command">export LDFLAGS="-L$READLINE_LIBS" &amp;&amp; ./configure --with-blas --with-lapack --enable-R-shlib --with-x=no --prefix=$INSTALL_DIR &amp;&amp; make &amp;&amp; make install</action> 16 <action type="shell_command">export LDFLAGS="-L$READLINE_LIBS" &amp;&amp; ./configure --with-blas --with-lapack --enable-R-shlib --with-x=no --prefix=$INSTALL_DIR &amp;&amp; make &amp;&amp; make install</action>