Skip to content

Compatibility Issues About Python Wrapper for UUtils #29

@HansBug

Description

@HansBug

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:

  1. Linux, both x86_64/aarch64 passed compiling, PyPI wheel building and unittests
  2. Windows, AMD64 passed all those, but for Win32, unittest for UUtils failed
  3. 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions