# HG changeset patch # User yhoogstrate # Date 1400659021 14400 # Node ID 6c5125c08e74db9ece5a1883c3f4e2bd59813dce # Parent 74c06a2e4a6957ae3f18f5780644e9486945bfc9 Uploaded diff -r 74c06a2e4a69 -r 6c5125c08e74 tool_dependencies.xml --- a/tool_dependencies.xml Tue May 20 09:27:58 2014 -0400 +++ b/tool_dependencies.xml Wed May 21 03:57:01 2014 -0400 @@ -1,26 +1,33 @@ - + - + + + + svn checkout https://github.com/yhoogstrate/parallel-mpileup/trunk samtools-parallel-mpileup ; + + cd samtools-parallel-mpileup ; + cd $(ls |grep samtools-) ; - svn checkout https://github.com/yhoogstrate/parallel-mpileup/trunk samtools-parallel-mpileup && cd samtools-parallel-mpileup - sed -i.bak 's/-lcurses/-lncurses/' Makefile - - cd samtools-parallel-mpileup && cd $(ls |grep samtools-) && make && cp samtools ../samtools-parallel-mpileup + sed -i 's/-lcurses/-lncurses/' Makefile ; + sed -i -e "s|CFLAGS=\s*-g\s*-Wall\s*-O2\s*|CFLAGS= -g -Wall -O2 -I$NCURSES_INCLUDE_PATH/ncurses/ -I$NCURSES_INCLUDE_PATH -L$NCURSES_LIB_PATH|g" Makefile ; + + make ; + cp samtools ../samtools-parallel-mpileup - samtools-parallel-mpileup + samtools-parallel-mpileup/samtools-parallel-mpileup $INSTALL_DIR/bin