You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
New compilers are distributed with conda (see compiler tools).
When a recipe depends on a compiler, a set of environment variables are set:
CXX, CXXFLAGS
CC, CCFLAGS
GFORTRAN, F95, FC, FFLAGS
AR, ...
All these flags are ignored by sconsx.
In this issue, we propose to extend the compiler tool in sconsx to configure compiler environment with these values.