Mercurial > repos > devteam > package_r_2_15_0
comparison tool_dependencies.xml @ 0:829b7c7ead83
Imported from capsule None
| author | devteam |
|---|---|
| date | Thu, 23 Jan 2014 12:30:39 -0500 |
| parents | |
| children | 6d8161ae668a |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:829b7c7ead83 |
|---|---|
| 1 <?xml version="1.0"?> | |
| 2 <tool_dependency> | |
| 3 <package name="readline" version="6.2"> | |
| 4 <repository changeset_revision="f4201ff5aa66" name="package_readline_6_2" owner="devteam" prior_installation_required="False" toolshed="http://testtoolshed.g2.bx.psu.edu" /> | |
| 5 </package> | |
| 6 <package name="R" version="2.15.0"> | |
| 7 <install version="1.0"> | |
| 8 <actions> | |
| 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"> | |
| 11 <repository changeset_revision="f4201ff5aa66" name="package_readline_6_2" owner="devteam" prior_installation_required="False" toolshed="http://testtoolshed.g2.bx.psu.edu" /> | |
| 12 </action> | |
| 13 <action type="make_directory">$INSTALL_DIR</action> | |
| 14 <action type="shell_command">export LDFLAGS="-L$READLINE_LIBS" && ./configure --with-blas --with-lapack --enable-R-shlib --with-x=no --prefix=$INSTALL_DIR && make && make install</action> | |
| 15 <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_LIBS">$INSTALL_DIR/lib/R/library</environment_variable> | |
| 18 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/lib/R/bin</environment_variable> | |
| 19 </action> | |
| 20 </actions> | |
| 21 </install> | |
| 22 <readme>R is a free software environment for statistical computing and graphics | |
| 23 WARNING: See custom compilation options above | |
| 24 </readme> | |
| 25 </package> | |
| 26 </tool_dependency> |
