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:[email protected]] Envoyé : mardi 3 novembre 2015 19:24 À : [email protected] Cc : Nicola Soranzo <[email protected]>; [email protected] Objet : Re: [galaxy-dev] atlas 3.10 IUC error On Tue, Nov 3, 2015 at 6:16 PM, <[email protected]> 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_atlas_3_10/tool_dependencies.xml 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_blast_plus_2_2_30/tool_dependencies.xml However, the compile from source recipe will need looking at... Peter ___________________________________________________________ Please keep all replies on the list by using "reply all" in your mail client. To manage your subscriptions to this and other Galaxy lists, please use the interface at: https://lists.galaxyproject.org/ To search Galaxy mailing lists use the unified search at: http://galaxyproject.org/search/mailinglists/
