Mercurial > repos > guerler > chartskit
comparison tool_dependencies.xml @ 9:eac3a839526a draft
Uploaded
author | guerler |
---|---|
date | Tue, 01 Apr 2014 11:48:20 -0400 |
parents | |
children | d771e7036032 |
comparison
equal
deleted
inserted
replaced
8:9a943eee46f4 | 9:eac3a839526a |
---|---|
1 <?xml version="1.0"?> | |
2 <tool_dependency> | |
3 <set_environment version="1.0"> | |
4 <environment_variable name="R_SCRIPT_PATH" action="set_to">$REPOSITORY_INSTALL_DIR</environment_variable> | |
5 </set_environment> | |
6 <package name="R" version="2.15.1"> | |
7 <install version="1.0"> | |
8 <actions> | |
9 <action type="download_by_url">http://CRAN.R-project.org/src/base/R-2/R-2.15.1.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 </package> | |
18 </tool_dependency> |