Re: [easybuild] Automatic detection of hidden modules

2016-10-18 Thread Vanzo, Davide
Markus, you are absolutely right. The only way to do what I want is the following: $ eb GCC-5.4.0-2.26.eb -D --hide-deps=M4,Bison,flex,zlib,binutils,GCCcore --hide-toolchains=GCCcore or to specify the dependencies that need to be hidden in the EASYBUILD_HIDE_DEPS environment variable. I think

Re: [easybuild] Automatic detection of hidden modules

2016-10-18 Thread Vanzo, Davide
Great! Thank you guys. DV On Oct 18 2016, at 12:36 pm, Bart Oldeman wrote: Also you can put that list in a configuration file, e.g. I have a config.cfg file with hide-deps = icc,ifort and use EASYBUILD_CONFIGFILES to point to that file. That is good for the environment.

Re: [easybuild] Automatic detection of hidden modules

2016-10-18 Thread Bart Oldeman
Also you can put that list in a configuration file, e.g. I have a config.cfg file with hide-deps = icc,ifort and use EASYBUILD_CONFIGFILES to point to that file. That is good for the environment. On 18 October 2016 at 13:26, Alan O'Cais wrote: > hidden = True > is now

Re: [easybuild] Automatic detection of hidden modules

2016-10-18 Thread Alan O'Cais
hidden = True is now supported within EB (see https://github.com/hpcugent/easybuild-framework/pull/1837), just add that to your GCCcore eb file We have a long list of software packages hidden by default, this is the setting you also might suit you: -bash-4.2$ echo $EASYBUILD_HIDE_DEPS