comparison tool_dependencies.xml @ 3:ec964438bb46

Uploaded tool dependency definition with corrected paths.
author devteam
date Tue, 04 Mar 2014 08:32:27 -0500
parents 6d84e7988416
children bd5df464b764
comparison
equal deleted inserted replaced
2:6d84e7988416 3:ec964438bb46
5 <actions_group> 5 <actions_group>
6 <actions architecture="x86_64" os="darwin"> 6 <actions architecture="x86_64" os="darwin">
7 <action type="download_by_url">http://depot.galaxyproject.org/package/darwin/x86_64/R/R-2.11.0-Darwin-x86_64.tgz</action> 7 <action type="download_by_url">http://depot.galaxyproject.org/package/darwin/x86_64/R/R-2.11.0-Darwin-x86_64.tgz</action>
8 <action type="move_directory_files"> 8 <action type="move_directory_files">
9 <source_directory>.</source_directory> 9 <source_directory>.</source_directory>
10 <destination_directory>$INSTALL_DIR/bin</destination_directory> 10 <destination_directory>$INSTALL_DIR</destination_directory>
11 </action> 11 </action>
12 </actions> 12 </actions>
13 <actions architecture="x86_64" os="linux"> 13 <actions architecture="x86_64" os="linux">
14 <action type="download_by_url">http://depot.galaxyproject.org/package/linux/x86_64/R/R-2.11.0-Linux-x86_64.tgz</action> 14 <action type="download_by_url">http://depot.galaxyproject.org/package/linux/x86_64/R/R-2.11.0-Linux-x86_64.tgz</action>
15 <action type="move_directory_files"> 15 <action type="move_directory_files">
16 <source_directory>.</source_directory> 16 <source_directory>.</source_directory>
17 <destination_directory>$INSTALL_DIR/bin</destination_directory> 17 <destination_directory>$INSTALL_DIR</destination_directory>
18 </action> 18 </action>
19 </actions> 19 </actions>
20 <actions> 20 <actions>
21 <package name="readline" version="6.2"> 21 <package name="readline" version="6.2">
22 <repository changeset_revision="f4201ff5aa66" name="package_readline_6_2" owner="devteam" prior_installation_required="True" toolshed="http://testtoolshed.g2.bx.psu.edu" /> 22 <repository changeset_revision="f4201ff5aa66" name="package_readline_6_2" owner="devteam" prior_installation_required="True" toolshed="http://testtoolshed.g2.bx.psu.edu" />
75 </actions> 75 </actions>
76 <action type="set_environment"> 76 <action type="set_environment">
77 <environment_variable action="set_to" name="R_ROOT_DIR">$INSTALL_DIR</environment_variable> 77 <environment_variable action="set_to" name="R_ROOT_DIR">$INSTALL_DIR</environment_variable>
78 <environment_variable action="set_to" name="R_HOME">$INSTALL_DIR/lib/R</environment_variable> 78 <environment_variable action="set_to" name="R_HOME">$INSTALL_DIR/lib/R</environment_variable>
79 <environment_variable action="set_to" name="R_LIBS">$INSTALL_DIR/lib/R/library</environment_variable> 79 <environment_variable action="set_to" name="R_LIBS">$INSTALL_DIR/lib/R/library</environment_variable>
80 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/lib/R/bin</environment_variable> 80 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
81 </action> 81 </action>
82 </actions_group> 82 </actions_group>
83 </install> 83 </install>
84 <readme> 84 <readme>
85 The precompiled Linux version of this package was built 2014-02-28. 85 The precompiled Linux version of this package was built 2014-02-28.