Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: sconsUtils
-
Labels:None
-
Team:External
Description
The compiler check in lsst.sconsUtils.state._configureCommon fires whenever you import lsst.sconsUtils, even if you don't have any C++ code and all you want out of lsst.sconsUtils is some utility completely unrelated to C++. Besides just wasting time, this makes it difficult to run ci_hsc on a cluster nodes that don't have the latest gcc installed (as many don't, including the LSST Verification Cluster and New Tiger). The compiler check should only fire if we need it.
Jenkins is green.