Mercurial > repos > guru-ananda > rhmm
comparison hmm/tool_dependencies.xml @ 2:6ab252413da9 default tip
Change R dependency to a repository dependency on package_r_2_15_0
| author | Nate Coraor <nate@bx.psu.edu> |
|---|---|
| date | Wed, 03 Dec 2014 15:50:55 -0500 |
| parents | 6c78e34b14c3 |
| children |
comparison
equal
deleted
inserted
replaced
| 1:3eda7cc3555c | 2:6ab252413da9 |
|---|---|
| 2 <tool_dependency> | 2 <tool_dependency> |
| 3 <set_environment version="1.0"> | 3 <set_environment version="1.0"> |
| 4 <environment_variable name="R_SCRIPT_PATH" action="set_to">$REPOSITORY_INSTALL_DIR</environment_variable> | 4 <environment_variable name="R_SCRIPT_PATH" action="set_to">$REPOSITORY_INSTALL_DIR</environment_variable> |
| 5 </set_environment> | 5 </set_environment> |
| 6 <package name="R" version="2.15.0"> | 6 <package name="R" version="2.15.0"> |
| 7 <install version="1.0"> | 7 <repository changeset_revision="3a70cdc41d21" name="package_r_2_15_0" owner="devteam" toolshed="https://testtoolshed.g2.bx.psu.edu" /> |
| 8 <actions> | |
| 9 <action type="download_by_url">http://CRAN.R-project.org/src/base/R-2/R-2.15.0.tar.gz</action> | |
| 10 <action type="shell_command">./configure --prefix=$INSTALL_DIR</action> | |
| 11 <action type="shell_command">make</action> | |
| 12 <action type="set_environment"> | |
| 13 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> | |
| 14 </action> | |
| 15 </actions> | |
| 16 </install> | |
| 17 <readme> | |
| 18 You need a FORTRAN compiler or perhaps f2c in addition to a C compiler to build R. | |
| 19 </readme> | |
| 20 </package> | 8 </package> |
| 21 </tool_dependency> | 9 </tool_dependency> |
