comparison tool_dependencies.xml @ 0:4a73b5059c22 draft

Uploaded
author bgruening
date Thu, 15 Aug 2013 03:31:39 -0400
parents
children 731ad135ddb4
comparison
equal deleted inserted replaced
-1:000000000000 0:4a73b5059c22
1 <?xml version="1.0"?>
2 <tool_dependency>
3 <package name="eigen2" version="2.0.17">
4 <repository changeset_revision="a66c1f4d3c68" name="package_eigen_2_0" owner="iuc" prior_installation_required="True" toolshed="http://toolshed.g2.bx.psu.edu" />
5 </package>
6 <package name="confab" version="1.0.1">
7 <install version="1.0">
8 <actions>
9 <action type="download_by_url">http://confab.googlecode.com/files/Confab-1.0.1.tar.gz</action>
10
11 <!-- populate the environment variables from the dependend repos -->
12 <action type="set_environment_for_install">
13 <repository changeset_revision="a66c1f4d3c68" name="package_eigen_2_0" owner="iuc" toolshed="http://toolshed.g2.bx.psu.edu">
14 <package name="eigen2" version="2.0.17" />
15 </repository>
16 </action>
17
18 <action type="shell_command">cmake . -DCMAKE_INSTALL_PREFIX=$INSTALL_DIR -DEIGEN2_INCLUDE_DIR=$EIGEN2_SOURCE_PATH</action>
19 <action type="shell_command">make</action>
20 <action type="shell_command">make install</action>
21 <action type="set_environment">
22 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
23 <environment_variable action="set_to" name="BABEL_DATADIR">$INSTALL_DIR/share/openbabel</environment_variable>
24 <environment_variable action="set_to" name="BABEL_LIBDIR">$INSTALL_DIR/lib/openbabel/2.2.99</environment_variable>
25 </action>
26 </actions>
27 </install>
28 <readme>Compiling Confab requires g++, CMake 2.4+. Optional but required for a few features is libxml2 and zlib.</readme>
29 </package>
30 </tool_dependency>