Hi Niek,

On Tue, Jun 16, 2015 at 7:11 PM, Niek de Klein <[email protected]> wrote:
> ERROR: Irresolvable dependencies encountered: Weblogo/2.8.2-goolf-1.7.20
>
> when it should be using Weblogo/2.8.2.
>
> My dependencies in the HOMER.eb file look like this:
>
> dependencies = [
>     ('Ghostscript', '9.16'),
>     ('Weblogo', '2.8.2'),
>     ('BLAT', '3.5'),
> ]

By default, EB will looks for easyconfig with exactly the same
toolchain. If you want another, you have to specify this. For the
dummy toolchain there is even a shortcut:
('Weblogo', '2.8.2', '', True)

For the full explanation:
https://easybuild.readthedocs.org/en/latest/Writing_easyconfig_files.html#dependencies

Ward

Reply via email to