explicitly specify Fortran compiler for recent CDO versions to fix issues on non-x86_64 architectures#19735
Conversation
|
@boegelbot please test @ generoso |
|
@bedroge: Request for testing this PR well received on login1 PR test command '
Test results coming soon (I hope)... Details- notification for comment with ID 1912678023 processed Message to humans: this is just bookkeeping information for me, |
|
Test report by @boegelbot |
|
@boegelbot please test @ jsc-zen3 |
|
All builds with the EESSI bot for CDO 2.2.2 from this PR have succeeded as well, for 5 |
|
@bedroge: Request for testing this PR well received on jsczen3l1.int.jsc-zen3.fz-juelich.de PR test command '
Test results coming soon (I hope)... Details- notification for comment with ID 1912734590 processed Message to humans: this is just bookkeeping information for me, |
|
LGTM |
|
Test report by @boegelbot |
For EESSI we ran into an issue when building
CDOon Arm CPUs (also see EESSI/software-layer#427 (comment)):CDO's
configurescript does have some logic that sets-DgFortranonx86_64Linux systems, but it doesn't do this foraarch64. This PR explicitly adds this flag to$CPPFLAGSfor recent CDO versions, which resolves the issue.