Re: [easybuild] need help to write easyconfig file for fall3d

2017-07-25 Thread Yann Sagon
Thanks Pablo, this works fine! 2017-07-25 11:14 GMT+02:00 Pablo Escobar Lopez : > I missed that probably you also want > > preconfigopts = 'export SCRIPTDIR=%(installdir)s && ' > > 2017-07-25 11:13 GMT+02:00 Pablo Escobar Lopez < > pablo.escobarlo...@unibas.ch>: >

[easybuild] Introducing minimal toolchains & optarch changes in existing tree

2017-07-25 Thread Martin
Hi, Should I expect any trouble when making the following changes: Current: EASYBUILD_OPTARCH="GENERIC" unset EASYBUILD_MINIMAL_TOOLCHAINS To be: # same options as RPM + -funroll-loops EASYBUILD_OPTARCH="GCC:g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions

Re: [easybuild] need help to write easyconfig file for fall3d

2017-07-25 Thread Pablo Escobar Lopez
I missed that probably you also want preconfigopts = 'export SCRIPTDIR=%(installdir)s && ' 2017-07-25 11:13 GMT+02:00 Pablo Escobar Lopez : > Hi Yann, > > Try doing this: > > prebuildopts = 'export SCRIPTDIR=%(installdir)s && ' > > preinstallopts = 'export

[easybuild] need help to write easyconfig file for fall3d

2017-07-25 Thread Yann Sagon
Dear users, I'm trying to create an easyconfig file for fall3d. The first problem with this software is that during the configure step (./configure) it relies on an env variable $SCRIPTDIR to define where the scripts are to be copied (it doesn't use --prefix for this). The second problem is

Re: [easybuild] Errors with bootstrap_eb.py for easybuild 3.3.1

2017-07-25 Thread Carlos Fenoy
Hi, Can you try bootstrapping with the: export EASYBUILD_BOOTSTRAP_DEBUG=1 and provide the output? Regards, Carlos On Mon, Jul 24, 2017 at 3:19 PM, Vanzo, Davide wrote: > Clyde, > > I stumbled into the same problem last Friday too and I am trying to figure > out