IDAES / idaes-ext

IDAES developer repo for those building the idaes binary solvers and related tools.
Other
8 stars 11 forks source link

Minor fixes for windows #193

Closed eslickj closed 2 years ago

eslickj commented 2 years ago

There was an error in the Windows docker file to build extensions. There is also a linking problem only on Windows with mumps undefined references to gfortran. I added -lgfortran to the mumps cflags for Ipopt, and hopfully that will fix it. I'm guessing that mumps is being linked before fortran or maybe fortran is not linked at all.