Re: [easybuild] Configuration variables in easyconfig

2017-11-27 Thread Pablo Escobar Lopez
https://easybuild.readthedocs.io/en/latest/Configuration.html#configuration-file-s 2017-11-27 12:59 GMT+01:00 nan...@luis.uni-hannover.de < nan...@luis.uni-hannover.de>: > > Hello, > > is there any way to set easybuild env. variables, for example the > installation path, from within an >

[easybuild] Configuration variables in easyconfig

2017-11-27 Thread nanava
Hello, is there any way to set easybuild env. variables, for example the installation path, from within an easybuild config file ? Thank you. best regards, Gizo

Re: [easybuild] Configuration variables in easyconfig

2017-11-27 Thread nanava
I guess the question was a bit misleading. I meant if one could have those config variables in *.eb file Best regards, Gizo On Monday, November 27, 2017 12:59 CET, nan...@luis.uni-hannover.de wrote: > > Hello, > > is there any way to set easybuild env.

Re: [easybuild] Configuration variables in easyconfig

2017-11-27 Thread Kenneth Hoste
On 27/11/2017 16:28, Pablo Escobar Lopez wrote: I don't think you can define this in a easyconfig file. easyconfigs are not meant to be used to define global easybuild options. The only hack I can think of is to do something like this in your easyconfig: preconfigopts = ' export

Re: [easybuild] Configuration variables in easyconfig

2017-11-27 Thread Åke Sandgren
Why do you want to install things in different places? That sounds overly complicated. On 11/27/2017 07:03 PM, nan...@luis.uni-hannover.de wrote: > > I am aware of the command line options. However, one needs to keep in > mind where should the particular softeare be installed. Simplest would >

Re: [easybuild] Configuration variables in easyconfig

2017-11-27 Thread Kenneth Hoste
Hi Gizo, On 27/11/2017 17:50, nan...@luis.uni-hannover.de wrote: Thank you for your answers. Gizo: what specific configuration setting would you like to specify in an easyconfig file, what's your use case? I need to install software on a different location. For this usually I reset

Re: [easybuild] Configuration variables in easyconfig

2017-11-27 Thread nanava
Thank you for your answers. > Gizo: what specific configuration setting would you like to specify in > an easyconfig file, what's your use case? I need to install software on a different location. For this usually I reset easybuild env variables. However, it would be good if as an option I

Re: [easybuild] Configuration variables in easyconfig

2017-11-27 Thread nanava
I am aware of the command line options. However, one needs to keep in mind where should the particular softeare be installed. Simplest would be to put that info inside *.eb. Quoting Kenneth Hoste : Hi Gizo, On 27/11/2017 17:50, nan...@luis.uni-hannover.de wrote:

Re: [easybuild] Configuration variables in easyconfig

2017-11-27 Thread Alan O'Cais
Hi Gizo, Can you give an example of what you mean here? Why would you need to set a specific install location when the module file essentially hides that information away from you anyway (once you start using $PATH and friends the actual directory is irrelevant)? If you really wanted to do