scip icon indicating copy to clipboard operation
scip copied to clipboard

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

Open yurivict opened this issue 3 years ago • 3 comments

yurivict avatar Aug 01 '21 04:08 yurivict

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

fschloesser avatar Aug 02 '21 10:08 fschloesser

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.

yurivict avatar Aug 02 '21 15:08 yurivict

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?

fschloesser avatar Aug 11 '21 15:08 fschloesser