changeset 10:6d80c68a4883

ChemicalToolBoX update.
author Bjoern Gruening <bjoern.gruening@gmail.com>
date Sun, 02 Jun 2013 19:51:31 +0200
parents b12dbc1edcc2
children 2d37e4d442ce
files tool_dependencies.xml
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Wed May 29 17:40:04 2013 +0200
+++ b/tool_dependencies.xml	Sun Jun 02 19:51:31 2013 +0200
@@ -18,8 +18,6 @@
                     <repository changeset_revision="ad6ebe2c75ef" name="package_numpy_1_7" owner="bgruening" toolshed="http://testtoolshed.g2.bx.psu.edu/">
                         <package name="numpy" version="1.7.1" />
                     </repository>
-                </action>
-                <action type="set_environment_for_install">
                     <repository changeset_revision="f5b13e56a321" name="package_boost_1_53" owner="bgruening" toolshed="http://testtoolshed.g2.bx.psu.edu/">
                         <package name="boost" version="1.53.0" />
                     </repository>
@@ -36,9 +34,11 @@
 
                 <action type="set_environment">
                     <environment_variable action="set_to" name="RDBASE">$INSTALL_DIR/rdkit</environment_variable>
-                    <environment_variable action="append_to" name="LD_LIBRARY_PATH">$INSTALL_DIR/rdkit</environment_variable>
+                    <environment_variable action="append_to" name="LD_LIBRARY_PATH">$INSTALL_DIR/rdkit/lib/</environment_variable>
                     <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/rdkit/bin</environment_variable>
-                    <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR/rdkit/lib</environment_variable>
+                    <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR/rdkit/lib/python2.7/site-packages/</environment_variable>
+                    <environment_variable action="prepend_to" name="PYTHONPATH">$ENV[PYTHONPATH_NUMPY]</environment_variable>
+                    <environment_variable action="append_to" name="LD_LIBRARY_PATH">$ENV[BOOST_ROOT_DIR]/lib/</environment_variable>
                 </action>
             </actions>
         </install>