comparison tool_dependencies.xml @ 10:31edc1b81131

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