Mercurial > repos > iuc > package_samtools_0_1_19
changeset 5:40250a414486 draft
Uploaded
| author | iuc |
|---|---|
| date | Tue, 29 Apr 2014 14:06:22 -0400 |
| parents | 36aa94676939 |
| children | 632f1a03db92 |
| files | tool_dependencies.xml |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/tool_dependencies.xml Tue Mar 11 15:30:43 2014 -0400 +++ b/tool_dependencies.xml Tue Apr 29 14:06:22 2014 -0400 @@ -13,7 +13,7 @@ </repository> </action> <action type="shell_command">sed -i 's/-lcurses/-lncurses/' Makefile</action> - <action type="shell_command">sed -i -e "s|CFLAGS=\s*-g\s*-Wall\s*-O2\s*|CFLAGS= -g -Wall -O2 -I$NCURSES_INCLUDE_PATH/ncurses/ -L$NCURSES_LIB_PATH|g" Makefile</action> + <action type="shell_command">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</action> <action type="shell_command">make</action> <action type="move_file"> <source>samtools</source>
