cheind / py-lapsolver

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

fixing a building error when OpenMP is not found on some machines #8

Closed qingswu closed 2 years ago

qingswu commented 5 years ago

if openmp is not found, build will fail on some machines.

cheind commented 4 years ago

would you mind basing this on the develop branch?