Closed mikedh closed 7 months ago
Currently the wheels link against libGL.so.1 which they really shouldn't as it is a pure file loader. It appears to be an OpenCASCADE CMAKE issue, more discussion and reproducible example here.
libGL.so.1
This is currently hacked around by removing -lEGL and -lGL from the build.ninja after running cmake.
-lEGL
-lGL
build.ninja
Currently the wheels link against
libGL.so.1
which they really shouldn't as it is a pure file loader. It appears to be an OpenCASCADE CMAKE issue, more discussion and reproducible example here.