cheind / py-lapsolver

Fast linear assignment problem (LAP) solvers for Python based on c-extensions
MIT License
154 stars 24 forks source link

OpenMP not needed #2

Closed ktarplee closed 5 years ago

ktarplee commented 6 years ago

Your CMakeLists.txt file requires OpenMP to be installed (line 6 and 11). If both of those lines are commented out everything compiles nicely. Those lines were causing pip install lapsolver to fail on macOS. It seems you are not using OpenMP so those lines are extraneous, right?