0
|
1 <?xml version="1.0"?>
|
|
2 <tool_dependency>
|
6
|
3 <package name="libxml2" version="2.9.1">
|
|
4 <repository changeset_revision="cff446402e07" name="package_libxml2_2_9_1" owner="devteam" prior_installation_required="True" toolshed="http://testtoolshed.g2.bx.psu.edu" />
|
|
5 </package>
|
|
6 <package name="iconv" version="1.14">
|
8
|
7 <repository changeset_revision="5b87c1521e4d" name="package_iconv_1_14" owner="iracooke" prior_installation_required="True" toolshed="http://testtoolshed.g2.bx.psu.edu" />
|
6
|
8 </package>
|
3
|
9 <package name="ruby" version="2.0">
|
0
|
10 <install version="1.0">
|
|
11 <actions>
|
6
|
12 <action type="set_environment_for_install">
|
|
13 <repository changeset_revision="cff446402e07" name="package_libxml2_2_9_1" owner="devteam" toolshed="http://testtoolshed.g2.bx.psu.edu">
|
|
14 <package name="libxml2" version="2.9.1" />
|
|
15 </repository>
|
8
|
16 <repository changeset_revision="5b87c1521e4d" name="package_iconv_1_14" owner="iracooke" toolshed="http://testtoolshed.g2.bx.psu.edu">
|
6
|
17 <package name="iconv" version="1.14" />
|
|
18 </repository>
|
|
19 </action>
|
|
20
|
|
21 <action type="download_file">http://cache.ruby-lang.org/pub/ruby/2.0/ruby-2.0.0-p451.tar.gz</action>
|
|
22 <action type="shell_command">tar -zxf ruby-2.0.0-p451.tar.gz</action>
|
|
23
|
|
24 <action type="change_directory">./ruby-2.0.0-p451/</action>
|
0
|
25
|
8
|
26 <!-- Fails on OSX due to lack of openssl. -->
|
|
27 <action type="autoconf">--disable-install-doc</action>
|
|
28
|
0
|
29 <action type="set_environment">
|
|
30 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
|
4
|
31 <environment_variable action="set_to" name="RUBYLIB">$INSTALL_DIR/lib/</environment_variable>
|
|
32 <environment_variable action="set_to" name="RUBY_HOME">$INSTALL_DIR</environment_variable>
|
|
33 <environment_variable action="set_to" name="GALAXY_RUBY_HOME">$INSTALL_DIR</environment_variable>
|
0
|
34 </action>
|
|
35 </actions>
|
|
36 </install>
|
|
37 <readme>
|
3
|
38 This installs ruby 2.0.x. Ruby is a dynamic, open source programming language with a focus on simplicity and productivity.
|
1
|
39 It has an elegant syntax that is natural to read and easy to write.
|
0
|
40 https://www.ruby-lang.org/
|
4
|
41
|
|
42 RUBYHOME and RUBYLIB will be set and with GALAXY_RUBY_HOME you can access the root installation directory.
|
0
|
43 </readme>
|
|
44 </package>
|
|
45 </tool_dependency>
|