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 #30

Closed cfe316 closed 2 years ago

cfe316 commented 2 years ago

-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 .

(I'm not sure if this will break things for GCC < 10 or if there's a better fix out there.)