coin-or/Ipopt

Use system installed MUMPS, ASL and HSL

catap opened this issue · 2 comments

catap commented

Good day,

How can I use system installed MUMPS, ASL and HSL to build Ipopt?

./configure --help will list all the options you can use to specify how to use your installation of dependencies.

catap commented

@svigerske ah, you mean that if I add --with-mumps-lflags=-lmumps it picks the mumps? What makes things much easy, indeed.