quantumjot / btrack

Bayesian multi-object tracking
https://btrack.readthedocs.io
MIT License
310 stars 50 forks source link

Support windows compilation #233

Closed paddyroddy closed 1 year ago

paddyroddy commented 1 year ago

It would be great if we can properly build the Windows libraries on Windows such that Windows users could use it in development (having modified the C++). I believe this would involve just finding the correct headers. The current workflow in this PR fails for Windows, but is fine for the others. Fixes #234 🤞

deprecated-napari-hub-preview-bot[bot] commented 1 year ago

Preview page for your plugin is ready here: https://preview.napari-hub.org/quantumjot/btrack/233 Updated: 2023-03-21T14:46:04.619358

codecov-commenter commented 1 year ago

Codecov Report

Patch and project coverage have no change.

Comparison is base (d46b16e) 82.65% compared to head (15a711c) 82.65%.

:mega: This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

Additional details and impacted files ```diff @@ Coverage Diff @@ ## build-wheels-without-cibuildwheels #233 +/- ## =================================================================== Coverage 82.65% 82.65% =================================================================== Files 19 19 Lines 1545 1545 Branches 262 262 =================================================================== Hits 1277 1277 Misses 192 192 Partials 76 76 ``` Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Alan+R+Lowe). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Alan+R+Lowe)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

paddyroddy commented 1 year ago

I'm not going to look into this for now, but if anyone does, that would be great