Mercurial > repos > bgruening > confab
comparison tool_dependencies.xml @ 8:113e876c2ec6
Uploaded
author | bgruening |
---|---|
date | Tue, 14 May 2013 04:31:47 -0400 |
parents | 9e38b8bd4cdb |
children | dd3ee8e742dc |
comparison
equal
deleted
inserted
replaced
7:9e38b8bd4cdb | 8:113e876c2ec6 |
---|---|
11 <package name="eigen" version="2.0.17" /> | 11 <package name="eigen" version="2.0.17" /> |
12 </repository> | 12 </repository> |
13 </action> | 13 </action> |
14 | 14 |
15 <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> |
16 <action type="shell_command">cmake . -DCMAKE_INSTALL_PREFIX=$INSTALL_DIR -DEIGEN2_INCLUDE_DIR=$EIGEN_SOURCE_PATH</action> | 16 <action type="shell_command">cmake . -DCMAKE_INSTALL_PREFIX=$INSTALL_DIR -DEIGEN2_INCLUDE_DIR=$EIGEN_SOURCE_PATH/</action> |
17 <action type="shell_command">make</action> | 17 <action type="shell_command">make</action> |
18 <action type="shell_command">make install</action> | 18 <action type="shell_command">make install</action> |
19 <action type="set_environment"> | 19 <action type="set_environment"> |
20 <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> |
21 </action> | 21 </action> |