Mercurial > repos > shirish > complex_repository_dependency_on_softsearch
changeset 44:bd7119ef7a50 draft
Uploaded
| author | shirish | 
|---|---|
| date | Tue, 03 Jun 2014 08:27:46 -0400 | 
| parents | 4b09f7d34087 | 
| children | 3e6918783e06 | 
| files | tool_dependencies.xml | 
| diffstat | 1 files changed, 52 insertions(+), 0 deletions(-) [+] | 
line wrap: on
 line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Tue Jun 03 08:27:46 2014 -0400 @@ -0,0 +1,52 @@ +<?xml version="1.0"?> +<tool_dependency> + <package name="ss_tool" version="0.6"> + <install version="1.0"> + <actions_group> + <actions os="linux" architecture="i386"> + <action type="download_by_url">https://s3-us-west-2.amazonaws.com/mayo-bic-tools/softsearch/Softsearch2.4.tar.gz + </action> + <action type="shell_command">perl ./install.pl --prefix=$PWD</action> + <action type="shell_command">export PERL5LIB=$PERL5LIB:$PWD:$PWD/lib</action> + <action type="shell_command">perl script/SoftSearch.pl</action> + <action type="set_environment"> + <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> + </action> + </actions> + <actions os="linux" architecture="x86_64"> + <action type="download_by_url">https://s3-us-west-2.amazonaws.com/mayo-bic-tools/softsearch/Softsearch2.4.tar.gz + </action> + <action type="shell_command">perl ./install.pl --prefix=$PWD</action> + <action type="shell_command">export PERL5LIB=$PERL5LIB:$PWD:$PWD/lib</action> + <action type="shell_command">perl script/SoftSearch.pl</action> + <action type="set_environment"> + <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> + </action> + </actions> + <actions os="darwin" architecture="i386"> + <action type="download_by_url">https://s3-us-west-2.amazonaws.com/mayo-bic-tools/softsearch/Softsearch2.4.tar.gz + </action> + <action type="shell_command">perl ./install.pl --prefix=$PWD</action> + <action type="shell_command">export PERL5LIB=$PERL5LIB:$PWD:$PWD/lib</action> + <action type="shell_command">perl script/SoftSearch.pl</action> + <action type="set_environment"> + <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> + </action> + </actions> + <actions os="darwin" architecture="x86_64"> + <action type="download_by_url">https://s3-us-west-2.amazonaws.com/mayo-bic-tools/softsearch/Softsearch2.4.tar.gz + </action> + <action type="shell_command">perl ./install.pl --prefix=$PWD</action> + <action type="shell_command">export PERL5LIB=$PERL5LIB:$PWD:$PWD/lib</action> + <action type="shell_command">perl script/SoftSearch.pl</action> + <action type="set_environment"> + <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> + </action> + </actions> + </actions_group> + </install> + </package> +</tool_dependency> + + +
