OpenMDAO / build_pyoptsparse

python script to build/install pyoptsparse with IPOPT (and optionally SNOPT)
Apache License 2.0
9 stars 15 forks source link

Add arg to MUMPS configuration for GCC >= 10 #31

Closed swryan closed 2 years ago

swryan commented 2 years ago

Summary

Updated version of PR #30 making the fix conditional on GCC version:

-fallow-argument-mismatch is added to address issues building with GCC >= 10, as recommended in the thread here https://github.com/coin-or/coinbrew/issues/47
and/or here: https://github.com/coin-or-tools/ThirdParty-Mumps/issues/4

Related Issues

Backwards incompatibilities

None

New Dependencies

None