Re: [easybuild] Name 'configopts' is not defined

2020-11-23 Thread Carlos Fenoy
Hi Robert, It seems your problem seems to be the '+' sign before the assignment. As the error mentions "configopts" is not defined before your uncommented line and you are trying to append to it. Simply try with: configopts = '--with-slurm --with-pmi=/usr/include/slurm --with-pmi-libdir=/usr' R

Re: [easybuild] Openblas(foss) matrix issue

2019-05-28 Thread Carlos Fenoy
Hi, After fighting a long time with this, we managed to get a solution that passes both the "Openblas_matrix_issue" and "BLAS_tester" test suites. To solve the issue we had to apply a patch and add a new build parameter (USE_SIMPLE_THREADED_LEVEL3=1) to OpenBLAS to make it work with multiple open

Re: [easybuild] installing lm-sensors

2018-05-04 Thread Carlos Fenoy
Hi, It looks like you're missing a '+' sign in the last installopts line. It should be: installopts += 'ETCDIR=%(installdir)s/etc/' Regards, Carlos On Fri, May 4, 2018 at 11:21 AM Mr. Joseph John wrote: > Hi, > > This is the eb file I used, following your instructions. Is there > something wr

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

2017-08-08 Thread Carlos Fenoy
Hi Kenneth, I was able to reproduce this running in a docker container (with shifter) using the centos image. It seems to be an issue with the included distribute package. Regards, Carlos On Tue, 8 Aug 2017, 21:25 Clyde Jones, wrote: > Hi > I *think* it might have to do with the versions of

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 what is the source of the prob

[easybuild] Multiple module classes

2015-09-15 Thread Carlos Fenoy
Hi All, Is it possible to specify in the easyconfig multiple moduleclasses? We would like to have one class per "department" but have some applications in multiple departments. Regards, Carlos -- -- Carles Fenoy