Mercurial > repos > bgruening > confab
comparison tool_dependencies.xml @ 15:b65ec7d71aac
ChemicalToolBoX update.
author | Bjoern Gruening <bjoern.gruening@gmail.com> |
---|---|
date | Mon, 27 May 2013 16:53:01 +0200 |
parents | 02e26baf1789 |
children | 6eb2a0358b9c |
comparison
equal
deleted
inserted
replaced
14:02e26baf1789 | 15:b65ec7d71aac |
---|---|
1 <?xml version="1.0"?> | 1 <?xml version='1.0' encoding='utf-8'?> |
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="7293f118efef" name="package_eigen_2_0" owner="bgruening" prior_installation_required="True" toolshed="http://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">http://confab.googlecode.com/files/Confab-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="7293f118efef" name="package_eigen_2_0" owner="bgruening" toolshed="http://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> |