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