changeset 2:68ee51034349 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_eigen_3_1 commit e10d6e2c4435771dc6f44d940359c1a31c0d6742-dirty
author iuc
date Fri, 17 Jul 2015 10:21:15 -0400
parents b8ed0e76f501
children 615d2c9783f7
files tool_dependencies.xml
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Fri Nov 15 14:54:48 2013 -0500
+++ b/tool_dependencies.xml	Fri Jul 17 10:21:15 2015 -0400
@@ -14,6 +14,9 @@
                     <environment_variable name="EIGEN3_SOURCE_PATH" action="set_to">$INSTALL_DIR/unpacked_source</environment_variable>
                     <environment_variable name="EIGEN3_INCLUDE_PATH" action="set_to">$INSTALL_DIR/eigen3/include</environment_variable>
                     <environment_variable name="EIGEN3_LIB_PATH" action="set_to">$INSTALL_DIR/eigen3/lib</environment_variable>
+                    <environment_variable name="LD_LIBRARY_PATH" action="prepend_to">$INSTALL_DIR/eigen3/lib</environment_variable>
+                    <environment_variable name="C_INCLUDE_PATH" action="prepend_to">$INSTALL_DIR/eigen3/include</environment_variable>
+                    <environment_variable name="CPLUS_INCLUDE_PATH" action="prepend_to">$INSTALL_DIR/eigen3/include</environment_variable>
                 </action>
             </actions>
         </install>