comparison tool_dependencies.xml @ 15:66be861946f8 draft

Uploaded
author davidvanzessen
date Fri, 27 Sep 2013 06:16:23 -0400
parents 6828af00686c
children ee00fc3ec264
comparison
equal deleted inserted replaced
14:835aab57ab41 15:66be861946f8
1 <?xml version="1.0"?> 1 <?xml version="1.0"?>
2 <tool_dependency> 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"> 3 <package name="R" version="2.15.1">
7 <install version="1.0"> 4 <install version="1.0">
8 <actions> 5 <actions>
9 <action type="download_by_url">http://CRAN.R-project.org/src/base/R-2/R-2.15.1.tar.gz</action> 6 <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> 7 <action type="shell_command">./configure --prefix=$INSTALL_DIR</action>
33 30
34 31
35 <action type="set_environment"> 32 <action type="set_environment">
36 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> 33 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
37 </action> 34 </action>
38 35 <action type="set_environment">
36 <environment_variable name="R_SCRIPT_PATH" action="set_to">$REPOSITORY_INSTALL_DIR</environment_variable>
37 </action>
39 </actions> 38 </actions>
40 </install> 39 </install>
41 <readme>You need a FORTRAN compiler or perhaps f2c in addition to a C compiler to build R.</readme> 40 <readme>You need a FORTRAN compiler or perhaps f2c in addition to a C compiler to build R.</readme>
42 </package> 41 </package>
43 </tool_dependency> 42 </tool_dependency>