[easybuild] Contributing to documentation?

2020-04-16 Thread Mike Kelsey
Hello, all! Since starting to deal seriously with EasyBuild, I've posted several issues and pull requests which involve the documentation. In my own experiment, I'm not shy about asking my collaborators to update our Confluence documentation, so I should be willing to do the same. Would it be

Re: [easybuild] Accessing the 'git_config' dictionary in my EasyBlock?

2020-04-16 Thread Mike Kelsey
Kenneth Hoste writes: > The git_config mechanism is not really intended to be accessed directly > from easyblocks, but I see no problem in doing so (it's a stable > feature, and the API from the point of view of an easyblock won't be > changed imho). > > In the EasyBlock class, the git_config

[easybuild] Build FSL fail

2020-04-16 Thread Yann Sagon
Dear list, I was happy since a user sees FSL on eb is missing imcp:) The version we had installed on our cluster is quite old, so I took the opportunity to update it, with a version with CUDA support. Yes is see it's still not provided with imcp. Anyway, i'm even not able to install a newer

Re: [easybuild] V8-2.2-foss-2018b-R-3.5.1.eb fails to load Java/1.8

2020-04-16 Thread Loris Bennett
Hi Kenneth, Thank for the prompt response. Please see comment inline below. Cheers, Loris Kenneth Hoste writes: > Hi Loris, > > On 16/04/2020 13:08, Loris Bennett wrote: >> Hi, >> >> Using EB 4.2.0, I just ran >> >>eb V8-2.2-foss-2018b-R-3.5.1.eb --robot >> >> and got the following

Re: [easybuild] V8-2.2-foss-2018b-R-3.5.1.eb fails to load Java/1.8

2020-04-16 Thread Kenneth Hoste
Hi Loris, On 16/04/2020 13:08, Loris Bennett wrote: Hi, Using EB 4.2.0, I just ran eb V8-2.2-foss-2018b-R-3.5.1.eb --robot and got the following error: == FAILED: Installation ended unsuccessfully (build directory: /trinity/shared/easybuild/build/V8/2.2/foss-2018b-R-3.5.1): build

[easybuild] V8-2.2-foss-2018b-R-3.5.1.eb fails to load Java/1.8

2020-04-16 Thread Loris Bennett
Hi, Using EB 4.2.0, I just ran eb V8-2.2-foss-2018b-R-3.5.1.eb --robot and got the following error: == FAILED: Installation ended unsuccessfully (build directory: /trinity/shared/easybuild/build/V8/2.2/foss-2018b-R-3.5.1): build failed (first 300 chars): Module command 'module load

Re: [easybuild] Accessing the 'git_config' dictionary in my EasyBlock

2020-04-16 Thread Kenneth Hoste
HI Mike, On 13/04/2020 17:49, Mike Kelsey wrote: Hello! In the EasyBlock discussions, I asked https://github.com/easybuilders/easybuild-easyblocks/issues/2024 how, in my own package-specific easyblock, I could get access to the information put into the 'git_config' dictionary by my .eb