Mercurial > repos > lparsons > package_ea_utils_1_1_2_806
comparison tool_dependencies.xml @ 0:cea0aa441b97 draft default tip
planemo upload for repository https://github.com/lparsons/galaxy-tools/tree/master/packages/package_ea_utils_1_1_2_806 commit 1a3c419bc0ded7c40cb2bc3e7c87bfb01ddfeba2
author | lparsons |
---|---|
date | Thu, 16 Jul 2015 17:35:41 -0400 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:cea0aa441b97 |
---|---|
1 <?xml version="1.0"?> | |
2 <tool_dependency> | |
3 <!-- | |
4 <package name="gsl" version="1.16"> | |
5 <repository name="package_gsl_1_16" owner="iuc" prior_installation_required="True"/> | |
6 </package> | |
7 --> | |
8 <package name="ea-utils" version="1.1.2-806"> | |
9 <install version="1.0"> | |
10 <actions> | |
11 <action type="download_by_url" target_filename="ea-utils.1.1.2-806.tar.gz">https://drive.google.com/uc?export=download&id=0B7KhouP0YeRAc2xackxzRnFrUEU</action> | |
12 <!-- | |
13 <action type="set_environment_for_install"> | |
14 <repository name="package_gsl_1_16" owner="iuc"> | |
15 <package name="gsl" version="1.1.16" /> | |
16 </repository> | |
17 </action> | |
18 --> | |
19 <!-- Unable to get varcall to compile properly (even with gsl dependency), we don't need it, so skip --> | |
20 <action type="shell_command">sed -i.bak 's/\(^BIN=.*\)varcall$\|\$(BINDIR)\/varcall/\1/' Makefile</action> | |
21 <action type="shell_command">PREFIX=$INSTALL_DIR make install</action> | |
22 <action type="set_environment"> | |
23 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> | |
24 </action> | |
25 </actions> | |
26 </install> | |
27 <readme> | |
28 </readme> | |
29 </package> | |
30 </tool_dependency> |