...
Does any of a dependant external library fail for win-arm64?
Check whether there is a newer release for that library.
There is a chance it’s already ported, just not donwstreamed.
Example:
Do you have any issues with some Toolchain stuff (CMake, Bazel, Fortran, Ninja)?
Python related tips
Tests
Is there a test folder with test pythons scripts, but no hint how to run them?
Try install pytest and run this:
Code Block pytest <test directory>
...