On Tue, Nov 3, 2015 at 6:16 PM, <o.claude(a)outlook.fr> wrote:
> Hi Nicola
>
> It is an i686. Is it a problem ?
>
> Cheers,
> Olivier
Currently only for 64bit Linux are pre-compiled binaries used:
https://github.com/galaxyproject/tools-iuc/blob/master/packages/package_a...
There's a special case for Mac, but otherwise the current Atlas recipe
would attempt to compile from source for 32bit Linux. And that is failing
for some reason...
The easiest fix would be if pre-compiled binaries for 32bit Linux were
available, we would need <actions os="linux"
architecture="i386"> and/or
<actions os="linux" architecture="i686"> actions, e.g.
https://github.com/peterjc/galaxy_blast/blob/master/packages/package_blas...
However, the compile from source recipe will need looking at...
Peter