-
Notifications
You must be signed in to change notification settings - Fork 295
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CQF compilation fails with gcc 6.2 #1775
Comments
all tests passed. Note, this is on the MSU HPC:
|
This seems super weird. Both command-line options should be valid. What is the version of |
Probably adding something like |
...this appears to have been fixed invisibly on the HPC; perhaps there was a wonky install or something. At any rate my patchfix stopped working and when I did a clean checkout of the |
OK, ran into the problem again - it was "solved" before because I reverted the branch I was working on to something fairly old, and so the problem cropped up when I updated to the latest master! Here's a fix for GCC 6.2 -
|
I removed the offending lines and things seemed to work (compilation succeeded, at least).
The text was updated successfully, but these errors were encountered: