Mercurial > repos > pjbriggs > ceas
comparison tool_dependencies.xml @ 6:55ed5e1b7a07 draft
Get R 3.1.2 dependency from toolshed.
author | pjbriggs |
---|---|
date | Tue, 18 Oct 2016 07:36:43 -0400 |
parents | 4e2883bb058d |
children | 7ed66f11cdcc |
comparison
equal
deleted
inserted
replaced
5:e853be203962 | 6:55ed5e1b7a07 |
---|---|
1 <?xml version="1.0"?> | 1 <?xml version="1.0"?> |
2 <tool_dependency> | 2 <tool_dependency> |
3 <!-- Local version of R 3.1.2 dependency --> | 3 <!-- R 3.1.2 from main/test toolshed --> |
4 <package name="R" version="3.1.2"> | 4 <package name="R" version="3.1.2"> |
5 <install version="1.0"> | 5 <repository changeset_revision="1ca39eb16186" name="package_r_3_1_2" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" /> |
6 <actions> | |
7 <action type="download_by_url">http://cran.r-project.org/src/base/R-3/R-3.1.2.tar.gz</action> | |
8 <action type="shell_command">./configure --prefix=$INSTALL_DIR</action> | |
9 <action type="make_install" /> | |
10 <action type="set_environment"> | |
11 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> | |
12 </action> | |
13 </actions> | |
14 </install> | |
15 </package> | 6 </package> |
16 <!-- Python mysqldb package --> | 7 <!-- Python mysqldb package --> |
17 <package name="python_mysqldb" version="1.2.5"> | 8 <package name="python_mysqldb" version="1.2.5"> |
18 <install version="1.0"> | 9 <install version="1.0"> |
19 <actions> | 10 <actions> |