You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix macOS build and improve Python wheel configuration
macOS fixes:
- Make PCL installation optional on macOS (can be problematic)
- Allow build to continue if PCL fails to install
Python wheel fixes:
- Add CMAKE_POSITION_INDEPENDENT_CODE=ON for shared library builds
- Keep bundled dependencies approach for wheel builds
This should resolve macOS C++ build failures while maintaining
successful Ubuntu builds.
0 commit comments