Mercurial > repos > bgruening > precommit_test
comparison tool_dependencies.xml @ 16:bd5da1454a9b draft
Uploaded
| author | bgruening |
|---|---|
| date | Sat, 02 Nov 2013 20:44:31 -0400 |
| parents | |
| children | 9ce50b97cd17 |
comparison
equal
deleted
inserted
replaced
| 15:f7b208c7a3a1 | 16:bd5da1454a9b |
|---|---|
| 1 <?xml version="1.0"?> | |
| 2 <tool_dependency> | |
| 3 <package name="perl" version="5.18.1"> | |
| 4 <repository changeset_revision="091a97f8c585" name="package_perl_5_18" owner="iuc" prior_installation_required="True" toolshed="http://testtoolshed.g2.bx.psu.edu" /> | |
| 5 </package> | |
| 6 <package name="bioperl" version="1.6.922"> | |
| 7 <install version="1.0"> | |
| 8 <actions> | |
| 9 <!-- install perl --> | |
| 10 <!--<action type="download_by_url">http://search.cpan.org/CPAN/authors/id/C/CJ/CJFIELDS/BioPerl-1.6.922.tar.gz</action>--> | |
| 11 <!-- populate the environment variables from the dependend repos --> | |
| 12 <action type="set_environment_for_install"> | |
| 13 <repository changeset_revision="091a97f8c585" name="package_perl_5_18" owner="iuc" toolshed="http://testtoolshed.g2.bx.psu.edu"> | |
| 14 <package name="perl" version="5.18.1" /> | |
| 15 </repository> | |
| 16 </action> | |
| 17 | |
| 18 <action type="shell_command">cpanm --local-lib=$INSTALL_DIR XML::Parser</action> | |
| 19 <action type="shell_command">cpanm --local-lib=$INSTALL_DIR Bundle::BioPerl</action> | |
| 20 | |
| 21 | |
| 22 <action type="set_environment"> | |
| 23 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> | |
| 24 <environment_variable action="prepend_to" name="PERL5LIB">$INSTALL_DIR/lib/perl5</environment_variable> | |
| 25 <environment_variable action="set_to" name="PERL_ROOT_DIR">$INSTALL_DIR/lib</environment_variable> | |
| 26 </action> | |
| 27 </actions> | |
| 28 </install> | |
| 29 <readme> | |
| 30 Bundle::BioPerl | |
| 31 </readme> | |
| 32 </package> | |
| 33 </tool_dependency> |
