Re: [easybuild] compiling ANTs with try-toolchain and try-software-version

2016-04-18 Thread Kenneth Hoste
Hi Yann, On 18/04/16 11:18, Yann Sagon wrote: Hello, I wanted to install ANTs with an alternate toolchain: eb --configfiles /home/sagon/easybuild/dev.cfg ANTs-2.1.0rc3-goolf-1.5.14.eb --robot --try-toolchain=foss,2016a It's working fine. Now I saw that latest ANTs version is 2.1.0. I

Re: [easybuild] compiling ANTs with try-toolchain and try-software-version

2016-04-18 Thread Fotis Georgatos
and another tip, try in sequence: * eb --configfiles /home/sagon/easybuild/dev.cfg ANTs-2.1.0rc3-goolf-1.5.14.eb --robot --try-toolchain=foss,2016a ## this yields all the deps * eb --configfiles /home/sagon/easybuild/dev.cfg ANTs-2.1.0rc3-goolf-1.5.14.eb --robot --try-toolchain=foss,2016a

Re: [easybuild] compiling ANTs with try-toolchain and try-software-version

2016-04-18 Thread Fotis Georgatos
Hi Yann, what happens if you put the —robot at the very end? (and possibly pass after the location to search the easyconfigs) F. On Apr 18, 2016, at 10:18 AM, Yann Sagon wrote: > Hello, > > I wanted to install ANTs with an alternate toolchain: > > eb --configfiles

[easybuild] compiling ANTs with try-toolchain and try-software-version

2016-04-18 Thread Yann Sagon
Hello, I wanted to install ANTs with an alternate toolchain: eb --configfiles /home/sagon/easybuild/dev.cfg ANTs-2.1.0rc3-goolf-1.5.14.eb --robot --try-toolchain=foss,2016a It's working fine. Now I saw that latest ANTs version is 2.1.0. I tried to install it like that: eb --configfiles