Mercurial > repos > devteam > emboss_5
changeset 5:6497bda10432
Uploaded correct tool dependency.
author | devteam |
---|---|
date | Wed, 19 Jun 2013 12:18:12 -0400 |
parents | ef50c68649b3 |
children | 5edd293af092 |
files | tool_dependencies.xml |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/tool_dependencies.xml Wed Jun 19 11:16:21 2013 -0400 +++ b/tool_dependencies.xml Wed Jun 19 12:18:12 2013 -0400 @@ -10,7 +10,7 @@ </actions> <actions> <action type="download_by_url">ftp://emboss.open-bio.org/pub/EMBOSS/old/5.0.0/PHYLIP-3.6b.tar.gz</action> - <action type="shell_command">./configure --without-x --prefix=$INSTALL_DIR</action> + <action type="shell_command">./configure --prefix=$INSTALL_DIR CFLAGS='-I$INSTALL_DIR/include'</action> <action type="shell_command">make</action> <action type="shell_command">make install</action> </actions>