Repository 'confab'
hg clone https://testtoolshed.g2.bx.psu.edu/repos/bgruening/confab

Changeset 5:aac0c82ac354 (2013-05-14)
Previous changeset 4:6c8f72ee4a51 (2013-05-11) Next changeset 6:7593411dcd5a (2013-05-14)
Commit message:
Uploaded
modified:
tool_dependencies.xml
b
diff -r 6c8f72ee4a51 -r aac0c82ac354 tool_dependencies.xml
--- a/tool_dependencies.xml Sat May 11 17:13:50 2013 -0400
+++ b/tool_dependencies.xml Tue May 14 03:51:59 2013 -0400
b
@@ -1,9 +1,19 @@
 <tool_dependency>
+    <package name="eigen" version="2.0.17">
+        <repository toolshed="http://testtoolshed.g2.bx.psu.edu/" name="package_eigen_2_0" owner="bgruening" changeset_revision="5c44ce7e3f7b" prior_installation_required="True" />
+    </package>
     <package name="confab" version="1.0.1">
         <install version="1.0">
             <actions>
+                <!-- populate the environment variables from the dependend repos -->
+                <action type="set_environment_for_install">
+                    <repository toolshed="http://testtoolshed.g2.bx.psu.edu/" name="package_eigen_2_0" owner="bgruening" changeset_revision="5c44ce7e3f7b">
+                        <package name="eigen" version="2.0.17" />
+                    </repository>
+                </action>
+
                 <action type="download_by_url">http://confab.googlecode.com/files/Confab-1.0.1.tar.gz</action>
-                <action type="shell_command">cmake . -DCMAKE_INSTALL_PREFIX=$INSTALL_DIR</action>
+                <action type="shell_command">cmake . -DCMAKE_INSTALL_PREFIX=$INSTALL_DIR -DEIGEN2_INCLUDE_DIR=$EIGEN_SOURCE_PATH</action>
                 <action type="shell_command">make</action>
                 <action type="shell_command">make install</action>
                 <action type="set_environment">