Closed mkoeppe closed 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.
-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
(rebased on current master)
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