scipopt / SCIP-SDP

mixed integer semidefinite programming plugin for SCIP
Apache License 2.0
11 stars 4 forks source link

MacOS linking fix #2

Closed mkoeppe closed 1 year ago

mkoeppe commented 1 year ago

On macOS, shared libraries must either be linked through (no unresolved symbols), or one needs to supply the linker flags -undefined dynamic_lookup.

Fixes #1.

Tested with https://trac.sagemath.org/ticket/34749, where it is added as build/pkgs/scip_sdp/patches/macos_link.patch

mkoeppe commented 1 year ago

(rebased on current master)