Closed CamStan closed 2 years ago
Just capturing the issue, but haven't looked into it. @rgmiller, these make sense or simple enough to fix?
Oh dear! I didn't realize we still built with gcc 4.x. That compiler probably isn't new enough to support the auto
keyword. Let me look into it.
OK, just building gcc 4.9.3 is a problem. Spack fails on both my office workstation and on Summit. I'm going to try a VM running CentOS7 and see if that works.
Describe the problem you're observing
UnifyFS is now failing to build on the default compiler on LC systems (GCC v4.9.3) since PR #736 was merged.
The issues are stemming from
unifyfs-ls.cpp
.Describe how to reproduce the problem
Build UnifyFS using GCC v4.9.3
First failed in GitLab CI, reproduced manually as well.
Include any warning or errors or releveant debugging data