changeset 1:f1ce7a19eb68 draft default tip

Uploaded
author bgruening
date Thu, 16 Jul 2015 05:50:45 -0400
parents 5b07873e7376
children
files tool_dependencies.xml
diffstat 1 files changed, 6 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Mon Dec 08 13:19:14 2014 -0500
+++ b/tool_dependencies.xml	Thu Jul 16 05:50:45 2015 -0400
@@ -8,10 +8,14 @@
                     <action type="move_directory_files">
                         <source_directory>.</source_directory>
                         <destination_directory>$INSTALL_DIR</destination_directory>
-                    </action>       
-                </actions>                
+                    </action>
+                </actions>
                 <action type="set_environment">
                     <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
+                    <environment_variable name="LD_LIBRARY_PATH" action="prepend_to">$INSTALL_DIR/lib</environment_variable>
+                    <environment_variable name="BAMTOOLS_ROOT_PATH" action="set_to">$INSTALL_DIR</environment_variable>
+                    <environment_variable name="C_INCLUDE_PATH" action="prepend_to">$INSTALL_DIR/include</environment_variable>
+                    <environment_variable name="CPLUS_INCLUDE_PATH" action="prepend_to">$INSTALL_DIR/include</environment_variable>
                 </action>
             </actions_group>
         </install>