# HG changeset patch # User bgruening # Date 1437040245 14400 # Node ID f1ce7a19eb683289abc9b2e9ab120a557de38cd3 # Parent 5b07873e73762d9a6c7b94a5ecc035d0b3113c42 Uploaded diff -r 5b07873e7376 -r f1ce7a19eb68 tool_dependencies.xml --- 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>