ohpc icon indicating copy to clipboard operation
ohpc copied to clipboard

Additional changes for GNU12 update

Open jcsiadal opened this issue 3 years ago • 1 comments

Follow-up to #1439

Updates MVAPICH, MPICH, and other components to compile with GCC 12.1. Signed-off-by: jcsiadal [email protected]

jcsiadal avatar Jun 28 '22 20:06 jcsiadal

@adrianreber Looks like an issue with the --rebuild command in the CI. The "--define" argument is being interpreted by the "su" command instead of the "rpmbuild" command.

[UPDATE] I added another commit with fixes to run_build.py. It makes the "command" a single array element. I also quoted the --define argument; not doing this also causes it to fail.

jcsiadal avatar Jun 28 '22 20:06 jcsiadal

I applied all your changes. At this point the switch to gnu12 is almost done for the 2.6 branch. Thanks for your work preparing this switch.

adrianreber avatar Oct 09 '22 12:10 adrianreber