cheind / py-lapsolver

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

CI slow on Python 3.5 #13

Closed cheind closed 2 years ago

cheind commented 4 years ago

On travis, Python 3.6 completes after 1 minute, while Python 3.5 takes more than 6 minutes to build. Seems like building cmake itself is the bottleneck.