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