neuromorphic-paris / loris

python3 library to handle files from neuromorphic cameras
GNU General Public License v3.0
14 stars 3 forks source link

Windows #9

Closed aMarcireau closed 3 years ago

aMarcireau commented 3 years ago

Fixes #8

The issue comes from an MSVC bug related to packing + full template specialization. I pushed a fix to Sepia and updated command_line_tools (a dependency of Loris) accordingly.

This PR also adds a Windows VM configuration file to Loris. It can be used to test Windows builds. We could also use it to generate and push binaries to PyPI (see for example https://github.com/neuromorphicsystems/aedat#publish).

biphasic commented 3 years ago

amazing, Alex to the rescue. Big thanks!