Branch: refs/heads/main
Revision: 19fdcde
Author: bmcdonald3
Link: Pin gcc version 11.2.0 for Arkouda XC testing by bmcdonald3 · Pull Request #20419 · chapel-lang/chapel · GitHub
Log Message:
Merge pull request #20419 from bmcdonald3/horizon-version
Pin gcc version 11.2.0 for Arkouda XC testing
[ reviewed by @ronawho ]
After our XC nightly testing updated to gcc 12.1.0, we were
seeing some warnings causing build failures regarding some
templates (error: expected 'template' keyword before dependent template name
). Reverting to 11.2.0 removes these errors,
but we would like to not need to pin the version, so this
change should be removed on our nightly runs when the problem
is resolved.
Modified Files:
M util/cron/test-perf.cray-xc.arkouda.release.bash
Compare: https://github.com/chapel-lang/chapel/compare/0b6bb352dc88...19fdcdef997d