Thanks Peter, Nicola,
Ok, I'll try to switch on an 64bits computer then, maybe there's some other errors
due to this.
Thanks a lot.
Olivier
-----Message d'origine-----
De : Peter Cock [mailto:p.j.a.cock@googlemail.com]
Envoyé : mardi 3 novembre 2015 19:24
À : o.claude(a)outlook.fr
Cc : Nicola Soranzo <nsoranzo(a)tiscali.it>; galaxy-dev(a)lists.galaxyproject.org
Objet : Re: [galaxy-dev] atlas 3.10 IUC error
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