Mercurial > repos > devteam > package_r_2_11_0
comparison tool_dependencies.xml @ 0:df2d1c96d0e9
Uploaded tool dependency definition.
author | devteam |
---|---|
date | Wed, 21 Aug 2013 10:19:01 -0400 |
parents | |
children | 4692358aa325 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:df2d1c96d0e9 |
---|---|
1 <?xml version="1.0"?> | |
2 <tool_dependency> | |
3 <package name="R" version="2.11.0"> | |
4 <install version="1.0"> | |
5 <actions> | |
6 <action type="download_by_url">http://cran.rstudio.com/src/base/R-2/R-2.11.0.tar.gz</action> | |
7 <action type="shell_command"> | |
8 ./configure --enable-R-shlib \ | |
9 --with-readline=no \ | |
10 --with-x=no \ | |
11 --prefix=$INSTALL_DIR \ | |
12 --disable-R-framework | |
13 </action> | |
14 <action type="shell_command">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> | |
23 R is a free software environment for statistical computing and graphics. | |
24 NOTE: See custom compilation options above | |
25 </readme> | |
26 </package> | |
27 </tool_dependency> |