0
|
1 <tool_dependency>
|
5
|
2 <package name="eigen" version="2.0.17">
|
7
|
3 <repository toolshed="http://testtoolshed.g2.bx.psu.edu/" name="package_eigen_2_0" owner="bgruening" changeset_revision="09eb05087cd0" prior_installation_required="True" />
|
5
|
4 </package>
|
0
|
5 <package name="confab" version="1.0.1">
|
|
6 <install version="1.0">
|
|
7 <actions>
|
5
|
8 <!-- populate the environment variables from the dependend repos -->
|
|
9 <action type="set_environment_for_install">
|
7
|
10 <repository toolshed="http://testtoolshed.g2.bx.psu.edu/" name="package_eigen_2_0" owner="bgruening" changeset_revision="09eb05087cd0">
|
5
|
11 <package name="eigen" version="2.0.17" />
|
|
12 </repository>
|
|
13 </action>
|
|
14
|
0
|
15 <action type="download_by_url">http://confab.googlecode.com/files/Confab-1.0.1.tar.gz</action>
|
5
|
16 <action type="shell_command">cmake . -DCMAKE_INSTALL_PREFIX=$INSTALL_DIR -DEIGEN2_INCLUDE_DIR=$EIGEN_SOURCE_PATH</action>
|
0
|
17 <action type="shell_command">make</action>
|
|
18 <action type="shell_command">make install</action>
|
|
19 <action type="set_environment">
|
|
20 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
|
|
21 </action>
|
|
22 </actions>
|
|
23 </install>
|
|
24 <readme>Compiling Confab requires g++, CMake 2.4+ and Eigen version 2 (libeigen2-dev). Optional but required for a few features is libxml2 and zlib.</readme>
|
|
25 </package>
|
|
26 </tool_dependency>
|