Mercurial > repos > bgruening > package_ruby_2_0
comparison tool_dependencies.xml @ 14:3f8f714feac1 draft default tip
Changing back to avoid using libxml
| author | iracooke |
|---|---|
| date | Wed, 05 Mar 2014 23:38:24 -0500 |
| parents | deab830854fb |
| children |
comparison
equal
deleted
inserted
replaced
| 13:deab830854fb | 14:3f8f714feac1 |
|---|---|
| 1 <?xml version="1.0"?> | 1 <?xml version="1.0"?> |
| 2 <tool_dependency> | 2 <tool_dependency> |
| 3 <package name="libxml2" version="2.9.1"> | |
| 4 <repository changeset_revision="926b471a2e43" name="package_libxml2_2_9_1" owner="devteam" prior_installation_required="True" toolshed="http://testtoolshed.g2.bx.psu.edu" /> | |
| 5 </package> | |
| 6 <package name="ruby" version="2.0"> | 3 <package name="ruby" version="2.0"> |
| 7 <install version="1.0"> | 4 <install version="1.0"> |
| 8 <actions> | 5 <actions> |
| 9 <action type="download_by_url">http://cache.ruby-lang.org/pub/ruby/2.0/ruby-2.0.0-p451.tar.gz</action> | 6 <action type="download_by_url">http://cache.ruby-lang.org/pub/ruby/2.0/ruby-2.0.0-p451.tar.gz</action> |
| 10 | |
| 11 <action type="set_environment_for_install"> | |
| 12 <repository changeset_revision="926b471a2e43" name="package_libxml2_2_9_1" owner="devteam" toolshed="http://testtoolshed.g2.bx.psu.edu"> | |
| 13 <package name="libxml2" version="2.9.1" /> | |
| 14 </repository> | |
| 15 </action> | |
| 16 | 7 |
| 17 <!-- Fails on OSX due to lack of openssl. --> | 8 <!-- Fails on OSX due to lack of openssl. --> |
| 18 <action type="autoconf">--disable-install-doc</action> | 9 <action type="autoconf">--disable-install-doc</action> |
| 19 | 10 |
| 20 <action type="set_environment"> | 11 <action type="set_environment"> |
| 21 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> | 12 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> |
| 22 <environment_variable action="set_to" name="RUBYLIB">$INSTALL_DIR/lib/</environment_variable> | 13 <environment_variable action="set_to" name="RUBYLIB">$INSTALL_DIR/lib/</environment_variable> |
| 23 <environment_variable action="set_to" name="RUBY_HOME">$INSTALL_DIR</environment_variable> | 14 <environment_variable action="set_to" name="RUBY_HOME">$INSTALL_DIR</environment_variable> |
| 24 <environment_variable action="set_to" name="GALAXY_RUBY_HOME">$INSTALL_DIR</environment_variable> | 15 <environment_variable action="set_to" name="GALAXY_RUBY_HOME">$INSTALL_DIR</environment_variable> |
| 25 <environment_variable action="append_to" name="LD_LIBRARY_PATH">$ENV[LIBXML_ROOT_PATH]/lib</environment_variable> | |
| 26 </action> | 16 </action> |
| 27 </actions> | 17 </actions> |
| 28 </install> | 18 </install> |
| 29 <readme> | 19 <readme> |
| 30 This installs ruby 2.0.x. Ruby is a dynamic, open source programming language with a focus on simplicity and productivity. | 20 This installs ruby 2.0.x. Ruby is a dynamic, open source programming language with a focus on simplicity and productivity. |
