loli / medpy

Medical image processing in Python
http://loli.github.io/medpy/
GNU General Public License v3.0
571 stars 138 forks source link

Fix linker issues on MacOS #64

Closed iamahern closed 6 years ago

iamahern commented 6 years ago

For MacOS users that install MedPy, the GraphCut / Maxflow libraries are due to the naming of the boost-python libraries on Mac OS. This change implements special handling for Darwin installs to cope with this case.

loli commented 6 years ago

Thank's a lot! I Already feared that the fix to #20 would cause problems on some systems. I refrained from merging, since the Travis auto-build for P3.4 failed. But the error does not seem to be connected to your changes. I'll get back to it later.

loli commented 6 years ago

Passed after re-starting it. Thanks for the fix!