Mercurial > repos > bgruening > confab
comparison tool_dependencies.xml @ 14:02e26baf1789
Uploaded
author | bgruening |
---|---|
date | Sat, 25 May 2013 12:55:56 -0400 |
parents | 92dd5268e9cd |
children | b65ec7d71aac |
comparison
equal
deleted
inserted
replaced
13:92dd5268e9cd | 14:02e26baf1789 |
---|---|
18 <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> |
19 <action type="shell_command">make</action> | 19 <action type="shell_command">make</action> |
20 <action type="shell_command">make install</action> | 20 <action type="shell_command">make install</action> |
21 <action type="set_environment"> | 21 <action type="set_environment"> |
22 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> | 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> | |
23 </action> | 24 </action> |
24 </actions> | 25 </actions> |
25 </install> | 26 </install> |
26 <readme>Compiling Confab requires g++, CMake 2.4+. Optional but required for a few features is libxml2 and zlib.</readme> | 27 <readme>Compiling Confab requires g++, CMake 2.4+. Optional but required for a few features is libxml2 and zlib.</readme> |
27 </package> | 28 </package> |