Replies: 2 comments 6 replies
-
Ipopt has an autotools based buildsystem, which can also be used under MSys2 to build with MS compilers. When building Ipopt (with its one and only buildsystem), you get a pkg-config file installed. (They are also included in the libraries for download.) For example,
These files should be fine to use on Unix-like systems and in an autotools-based build under Windows/MSys2. They are probably not directly usable in MSVS, because flags like |
Beta Was this translation helpful? Give feedback.
-
So you are suggesting building ipopt using msys2 and then using that in a Visual C++ program build. There would still be the issue of how to use pkg-config in a Visual Studio development shell. I think that conda provides such a pkg-config, but I have not seen it work. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
All reactions