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