Mercurial > repos > iuc > package_ngs_sdk_1_2_3
changeset 2:416eb90992f3 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_ngs_sdk_1_2_3 commit 0e7c1b37cf73425c6637b4e196fdeb290e042bc1-dirty
| author | iuc |
|---|---|
| date | Tue, 26 Jul 2016 11:01:19 -0400 |
| parents | 03bfda5a7f9f |
| children | |
| files | tool_dependencies.xml |
| diffstat | 1 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/tool_dependencies.xml Tue May 17 06:56:03 2016 -0400 +++ b/tool_dependencies.xml Tue Jul 26 11:01:19 2016 -0400 @@ -12,8 +12,9 @@ <package name="perl" version="5.18.1" /> </repository> </action> - <action type="change_directory">ngs-sdk</action> - <action type="autoconf">--build=$INSTALL_DIR</action> + <action type="shell_command"> + ./configure --build=$INSTALL_DIR && make -C ngs-sdk + </action> <action type="set_environment"> <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> <environment_variable action="set_to" name="NGS_SDK_DIR">$INSTALL_DIR</environment_variable>
