scipopt / scip

SCIP - Solving Constraint Integer Programs
Other
369 stars 63 forks source link

When SoPlex is built with the MPFR option SCIP also begins to depend on libmpfr.so #3

Closed yurivict closed 4 weeks ago

fschloesser commented 2 years ago

Can you please explain in more detail what the problem is here?

yurivict commented 2 years ago

When the dependency library (SoPlex) is optionally depending on the third library (libmpfr.so) this shouldn't cause your project to also immediately link with this third library.

fschloesser commented 2 years ago

immediately link with this third library

What is the scenario and what command do you use for this to happen? Do you mean that this is automatically linked or that the binaries depend on a shared lib instead of using the static lib for the build process?

svigerske commented 4 weeks ago

No answer from submitter and not sure what the exact problem is.