Page MenuHomePhabricator

SimpleITK on Mac OSX
Closed, ResolvedPublic

Description

Linking SimpleITK doesn't work on Mac OSX. otool can't link the SimpleITK libraries with their full path into the shared library. Only the Name is linked. Also the _SimpleITK.so generated by SWIG has this problem, and therefore a static build of SimpleITK is needed. The actual release 0.8 can't by build/linked statically due to std::tr1 issues.

Event Timeline

On the new MAC platform SimpleITK can be build with cxx11 but can't be linked into MITK.

User heime has pushed new remote branch:

bug-18126-MacSimpleItkPython

Works with the upgrade of SimpleITK