Ben Boeckel
Ben Boeckel
AFAIK, `libclang` already has JSON tooling associated with it for things like `compile_commands.json`. I believe there is also a JSON output format for warnings (SARIF?). I see `llvm/include/llvm/Support/JSON.h` which is...
I doubt we're going to be able to provide aarch64 wheels as long as we lack hardware for testing and building them regularly.
We don't do aarch64 testing of the codebase, so without that, I'm hesitant to make official releases of builds. Is there some way to mark uploads to PyPI as experimental...
I'd like a full test suite run on aarch64 (with Python enaled). This would be a normal (non-wheel) build of VTK since our wheel build configuration doesn't work with the...
The tests are off by default. Should be `VTK_BUILD_TESTING=WANT`.
> cmake -GNinja VTK_BUILD_TESTING=WANT It looks like you missed `-D` on the testing argument.
I have no idea how to figure out rendering/OpenGL failures, sorry. @martinken?
That's odd. Can you try with `-DVTK_PYTHON_OPTIONAL_LINK=OFF`? Though it is used in the generated code and is in the Python headers. Is it not in `libpython`?
@martinken Any thoughts on the OpenGL failures/differences here?
I suspect the root cause here is that the wheel is built on a pre-GLVND machine (which I highly suspect `manylinux1` is), but run on a machine with only GLVND...