comparison tool_dependencies.xml @ 9:dd3ee8e742dc

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