Mercurial > repos > devteam > package_libgtextutils_0_6
changeset 1:e28dc3aa1665 draft
Uploaded updated tool dependency definition.
author | devteam |
---|---|
date | Fri, 30 Aug 2013 13:46:06 -0400 |
parents | 63bbde086e11 |
children | 3f8eeecabf16 |
files | tool_dependencies.xml |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/tool_dependencies.xml Tue Aug 20 10:07:12 2013 -0400 +++ b/tool_dependencies.xml Fri Aug 30 13:46:06 2013 -0400 @@ -4,7 +4,8 @@ <install version="1.0"> <actions> <action type="download_by_url">http://hannonlab.cshl.edu/fastx_toolkit/libgtextutils-0.6.tar.bz2</action> - <action type="shell_command">./configure --prefix=$INSTALL_DIR</action> + <!-- Some versions of GCC warn about a variable being set but not used, and fail due to -Werror --> + <action type="shell_command">./configure --prefix=$INSTALL_DIR --disable-wall</action> <action type="shell_command">make && make install</action> <action type="set_environment"> <environment_variable name="GTEXTUTILS_CFLAGS" action="set_to">$INSTALL_DIR/include/gtextutils</environment_variable>