changeset 1:e5ef70185d24 draft

Uploaded
author bgruening
date Sun, 20 Apr 2014 17:39:23 -0400
parents 99a10425de93
children ae369c08a2a7
files tool_dependencies.xml
diffstat 1 files changed, 5 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Thu Aug 15 03:17:15 2013 -0400
+++ b/tool_dependencies.xml	Sun Apr 20 17:39:23 2014 -0400
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <tool_dependency>
     <package name="eigen3" version="3.1.3">
-        <repository changeset_revision="6a1c187f36aa" name="package_eigen_3_1" owner="iuc" prior_installation_required="True" toolshed="http://toolshed.g2.bx.psu.edu" />
+        <repository changeset_revision="b8ed0e76f501" name="package_eigen_3_1" owner="iuc" prior_installation_required="True" toolshed="http://toolshed.g2.bx.psu.edu" />
     </package>
     <package name="openbabel" version="2.3.2">
         <install version="1.0">
@@ -10,7 +10,7 @@
 
                 <!-- populate the environment variables from the dependend repos -->
                 <action type="set_environment_for_install">
-                    <repository changeset_revision="6a1c187f36aa" name="package_eigen_3_1" owner="iuc" toolshed="http://toolshed.g2.bx.psu.edu">
+                    <repository changeset_revision="b8ed0e76f501" name="package_eigen_3_1" owner="iuc" toolshed="http://toolshed.g2.bx.psu.edu">
                         <package name="eigen3" version="3.1.3" />
                     </repository>
                 </action>
@@ -30,6 +30,9 @@
                     <!-- galaxy variables for other tool wrappers -->
                     <environment_variable action="set_to" name="OPENBABEL_LIB_DIR">$INSTALL_DIR/lib</environment_variable>
                     <environment_variable action="set_to" name="OPENBABEL_INCLUDE_DIR">$INSTALL_DIR/include</environment_variable>
+                    <environment_variable action="prepend_to" name="LD_LIBRARY_PATH">$INSTALL_DIR/lib/</environment_variable>
+                    <environment_variable action="prepend_to" name="CPLUS_INCLUDE_PATH">$INSTALL_DIR/include</environment_variable>
+                    <environment_variable action="prepend_to" name="C_INCLUDE_PATH">$INSTALL_DIR/include</environment_variable>
                 </action>
             </actions>
         </install>