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