Mercurial > repos > devteam > package_samtools_0_1_18
changeset 2:171cd8bc208d draft default tip
Uploaded tool dependency definition that also copies header files to include/bam.
author | devteam |
---|---|
date | Tue, 01 Oct 2013 11:14:21 -0400 |
parents | fd1537dcbe4a |
children | |
files | tool_dependencies.xml |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/tool_dependencies.xml Wed Sep 25 10:51:13 2013 -0400 +++ b/tool_dependencies.xml Tue Oct 01 11:14:21 2013 -0400 @@ -43,10 +43,15 @@ <source>libbam.a</source> <destination>$INSTALL_DIR/lib</destination> </action> + <action type="move_directory_files"> + <source_directory>.</source_directory> + <destination_directory>$INSTALL_DIR/include/bam</destination_directory> + </action> </actions> <action type="set_environment"> <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> <environment_variable name="BAM_LIB_PATH" action="set_to">$INSTALL_DIR/lib</environment_variable> + <environment_variable name="BAM_ROOT" action="set_to">$INSTALL_DIR</environment_variable> </action> </actions_group> </install>