Re: [easybuild] Setting environment variables

2016-07-06 Thread Andreas Hilboll
Thanks, Gizo, that helped =) nan...@luis.uni-hannover.de writes: > Hi, > > you can use any of the configopts, prebuildopts or similar EB variables to > set env variables you need > > Eg. > > buildopts = 'CXXFLAGS="$CXXFLAGS -DMPICH_IGNORE_CXX_SEEK"' > > There are a lot of ready for use

Re: [easybuild] Setting environment variables

2016-06-24 Thread nanava
Hi, you can use any of the configopts, prebuildopts or similar EB variables to set env variables you need Eg. buildopts = 'CXXFLAGS="$CXXFLAGS -DMPICH_IGNORE_CXX_SEEK"' There are a lot of ready for use configs that you could just grep under your EB installation

[easybuild] Setting environment variables

2016-06-24 Thread Andreas Hilboll
Hi, I'm trying to create an easyconfig for UDUNITS1 (I know, old and deprecated, but still needed unfortunately), and am running into the problem that I need to pass some environment variables to the build environment (i.e., set CPPFLAGS to a custom value). I'm sure this is possible somehow, but