changeset 1:2ab9cdc5cd14 draft

In Addition to lib, export also lib64 (not matter it it exists or not), to satisfy the Fedora installation process.
author bgruening
date Wed, 21 Aug 2013 11:12:44 -0400
parents 7c60f011c70c
children 842dd2fa4ace
files tool_dependencies.xml
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Thu Aug 15 03:10:34 2013 -0400
+++ b/tool_dependencies.xml	Wed Aug 21 11:12:44 2013 -0400
@@ -36,7 +36,9 @@
                     <environment_variable action="set_to" name="RDBASE">$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>
+                    <!-- on fedora everything is installed under lib64 -->
                     <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR/rdkit/lib/python2.7/site-packages/</environment_variable>
+                    <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR/rdkit/lib64/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>