loicland / cut-pursuit

C++ implementation for the cut pursuit algorithm, with Matlab interfaces
MIT License
76 stars 24 forks source link

Making openmp optional #21

Closed nicolas-chaulet closed 5 years ago

nicolas-chaulet commented 5 years ago

This PR allows user to compile using Apple Clang which solves the linking issue (conflicts between standard c++ libraries) Solves https://github.com/loicland/superpoint_graph/issues/132