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

Changeset 9:dd3ee8e742dc (2013-05-14)
Previous changeset 8:113e876c2ec6 (2013-05-14) Next changeset 10:31edc1b81131 (2013-05-14)
Commit message:
Uploaded
modified:
tool_dependencies.xml
b
diff -r 113e876c2ec6 -r dd3ee8e742dc tool_dependencies.xml
--- a/tool_dependencies.xml Tue May 14 04:31:47 2013 -0400
+++ b/tool_dependencies.xml Tue May 14 04:41:37 2013 -0400
b
@@ -5,6 +5,8 @@
     <package name="confab" version="1.0.1">
         <install version="1.0">
             <actions>
+                <action type="download_by_url">http://confab.googlecode.com/files/Confab-1.0.1.tar.gz</action>
+
                 <!-- 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="09eb05087cd0">
@@ -12,7 +14,6 @@
                     </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 -DEIGEN2_INCLUDE_DIR=$EIGEN_SOURCE_PATH/</action>
                 <action type="shell_command">make</action>
                 <action type="shell_command">make install</action>