trimesh / cascadio

A Python module using OpenCASCADE to convert STEP files to GLB
12 stars 4 forks source link

Wheels Require libGL #2

Closed mikedh closed 7 months ago

mikedh commented 8 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.

mikedh commented 8 months ago

This is currently hacked around by removing -lEGL and -lGL from the build.ninja after running cmake.