On Tue, Jul 21, 2015 at 3:08 PM, Stolpe, Oliver <[email protected]> wrote: > we wanted to use the option "unwanted_env_vars" to remove CXXFLAGS in our > easyconfig file. Unfortunately it ignores this option during execution. What > are we doing wrong?
The purpose of the `unwanted_env_vars` is to remove environment variables set before EB starts to run (for example, MKLROOT if you already have an mkl installed). It cannot be used to remove variables that EB sets itself. Ward

