meson-python icon indicating copy to clipboard operation
meson-python copied to clipboard

Document how shared libraries distributed with the wheel are handled

Open dnicolodi opened this issue 2 years ago • 0 comments

  • Explain why bundle internal dependencies
  • Explain how we bundle internal dependencies
  • Explain how we patch the RPATH
  • Mention our limitation regarding executables with internal dependencies
  • Link to the relevant Limitations section
  • Explain how to work around it (using a static library)
  • Mention how the pyproject.toml settings can be used to only enable the workaround on meson-python builds (by adding a custom Meson option and enabling it on meson-python builds)

dnicolodi avatar Nov 18 '23 11:11 dnicolodi