comparison tool_dependencies.xml @ 5:aac0c82ac354

Uploaded
author bgruening
date Tue, 14 May 2013 03:51:59 -0400
parents ea7816847e5e
children 7593411dcd5a
comparison
equal deleted inserted replaced
4:6c8f72ee4a51 5:aac0c82ac354
1 <tool_dependency> 1 <tool_dependency>
2 <package name="eigen" version="2.0.17">
3 <repository toolshed="http://testtoolshed.g2.bx.psu.edu/" name="package_eigen_2_0" owner="bgruening" changeset_revision="5c44ce7e3f7b" prior_installation_required="True" />
4 </package>
2 <package name="confab" version="1.0.1"> 5 <package name="confab" version="1.0.1">
3 <install version="1.0"> 6 <install version="1.0">
4 <actions> 7 <actions>
8 <!-- populate the environment variables from the dependend repos -->
9 <action type="set_environment_for_install">
10 <repository toolshed="http://testtoolshed.g2.bx.psu.edu/" name="package_eigen_2_0" owner="bgruening" changeset_revision="5c44ce7e3f7b">
11 <package name="eigen" version="2.0.17" />
12 </repository>
13 </action>
14
5 <action type="download_by_url">http://confab.googlecode.com/files/Confab-1.0.1.tar.gz</action> 15 <action type="download_by_url">http://confab.googlecode.com/files/Confab-1.0.1.tar.gz</action>
6 <action type="shell_command">cmake . -DCMAKE_INSTALL_PREFIX=$INSTALL_DIR</action> 16 <action type="shell_command">cmake . -DCMAKE_INSTALL_PREFIX=$INSTALL_DIR -DEIGEN2_INCLUDE_DIR=$EIGEN_SOURCE_PATH</action>
7 <action type="shell_command">make</action> 17 <action type="shell_command">make</action>
8 <action type="shell_command">make install</action> 18 <action type="shell_command">make install</action>
9 <action type="set_environment"> 19 <action type="set_environment">
10 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> 20 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
11 </action> 21 </action>