-
Notifications
You must be signed in to change notification settings - Fork 3
Description
Does this library support Win32 compile?
I'm trying to create a cross-platform Python wrapper library for UUtils with pybind11, but when I was trying to compile it on Win32, the unittest in ctest command (just the command mentioned in README) failed: https://github.com/HansBug/pyuutils/actions/runs/12074240838/job/33671876202#step:4:595
Seems something wrong with win32. If win32 are not planned to get supported, we will give up supporting this arch.
BTW, our working progress:
- Linux, both x86_64/aarch64 passed compiling, PyPI wheel building and unittests
- Windows, AMD64 passed all those, but for Win32, unittest for UUtils failed
- MacOS, x86_64 passed all those, but for arm64 there is still something wrong with pypi wheel building.
And currently only a few functions (hash computations) supported, just for the very early try. We did these for academical purpose, and maybe we will create more wrappers for other uppaal cpp libraries in the future. Python libraries can significantly boost up the researches, experiments and open-source developments. So we may need some help from your official team.