comparison tool_dependencies.xml @ 13:92dd5268e9cd

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