Mercurial > repos > bgruening > confab
comparison tool_dependencies.xml @ 21:ff23947232d0 draft
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
author | bgruening |
---|---|
date | Sun, 01 Nov 2015 10:29:42 -0500 |
parents | 6eb2a0358b9c |
children | 70b28a917515 |
comparison
equal
deleted
inserted
replaced
20:df8c4f142ae3 | 21:ff23947232d0 |
---|---|
1 <?xml version='1.0' encoding='utf-8'?> | 1 <?xml version="1.0"?> |
2 <tool_dependency> | 2 <tool_dependency> |
3 <package name="eigen2" version="2.0.17"> | 3 <package name="eigen2" version="2.0.17"> |
4 <repository changeset_revision="7293f118efef" name="package_eigen_2_0" owner="bgruening" prior_installation_required="True" toolshed="http://testtoolshed.g2.bx.psu.edu/" /> | 4 <repository changeset_revision="08253ca817b7" name="package_eigen_2_0" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" /> |
5 </package> | 5 </package> |
6 <package name="confab" version="1.0.1"> | 6 <package name="confab" version="1.0.1"> |
7 <install version="1.0"> | 7 <install version="1.0"> |
8 <actions> | 8 <actions> |
9 <action type="download_by_url">http://confab.googlecode.com/files/Confab-1.0.1.tar.gz</action> | 9 <action type="download_by_url">https://github.com/bgruening/confab/archive/1.0.1.tar.gz</action> |
10 | 10 |
11 <!-- populate the environment variables from the dependend repos --> | 11 <!-- populate the environment variables from the dependend repos --> |
12 <action type="set_environment_for_install"> | 12 <action type="set_environment_for_install"> |
13 <repository changeset_revision="7293f118efef" name="package_eigen_2_0" owner="bgruening" toolshed="http://testtoolshed.g2.bx.psu.edu/"> | 13 <repository changeset_revision="08253ca817b7" name="package_eigen_2_0" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu"> |
14 <package name="eigen2" version="2.0.17" /> | 14 <package name="eigen2" version="2.0.17" /> |
15 </repository> | 15 </repository> |
16 </action> | 16 </action> |
17 | 17 |
18 <action type="shell_command">cmake . -DCMAKE_INSTALL_PREFIX=$INSTALL_DIR -DEIGEN2_INCLUDE_DIR=$EIGEN2_SOURCE_PATH</action> | 18 <action type="shell_command">cmake . -DCMAKE_INSTALL_PREFIX=$INSTALL_DIR -DEIGEN2_INCLUDE_DIR=$EIGEN2_SOURCE_PATH</action> |