-
Notifications
You must be signed in to change notification settings - Fork 286
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Provide visibility to mumps_c #584
Comments
Adding a |
Thank you Stefan for the very quick answer. Both answers sound very good to me! |
The binaries attached to the 3.14.7 release have MUMPS build as separate DLL and corresponding LIB and headers are redistributed. |
Thank you very much Stefan! |
Hello!
I am using ipopt to run optimal control problems (it is an open source project, fastest-lap) and I explicitly use mumps (the function mumps_c) to solve the sensitivity analysis. In linux, since I compile everything myself, I can use the mumps library compiled by myself and that I am linking ipopt with.
However, I want to provide a windows precompiled version of my software, for which I am using your precompiled ipopt libraries. Now I face the problem that I do not have mumps_c available, I guess it was maked as visibility hidden when linking ipopt. Can I ask you to provide public visibility to mumps_c?
(For example, a nice approach would be to create a function ipopt_mumps_c which can have visibility public, that simply calls mumps_c (which can stay hidden))
I would appreciate this a lot, since if I install my own mumps version, I will never be sure that it is exactly the same as in ipopt.
Thank you in advance!!! And thank you for providing such a powerful tool.
Juan
The text was updated successfully, but these errors were encountered: