Hi all,
I wanted to mention that a flurry of new precompiled binaries are made available as part of the Yggdrasil effort (related to Julia, but those binaries can technically be used without Julia).
Here is the "formula" that builds IPOPT for a variety of platforms: https://github.com/JuliaPackaging/Yggdrasil/blob/master/I/Ipopt/build_tarballs.jl
Here are the binary releases: https://github.com/JuliaBinaryWrappers/Ipopt_jll.jl/releases/tag/Ipopt-v3.13.2%2B0
The IPOPT README points to JuliaOpt for binaries but as far as I can tell, they are outdated.
I'll take the opportunity to ask whether anyone here has any guidance on how to build IPOPT for Windows using MinGW and Intel's MKL. Linking with the MKL has been particularly contrary. Here's my pull request in case anyone can chime in: JuliaPackaging/Yggdrasil#1031
If we can get that to build, then those binaries will be available as well.
Cheers!