mesonbuild / meson-python

Meson PEP 517 Python build backend
https://mesonbuild.com/meson-python/
MIT License
120 stars 59 forks source link

BUG: fix handling of files installed via install_subdir #467

Closed dnicolodi closed 10 months ago

rgommers commented 10 months ago

This looks happy. It has a bit of overlap with gh-465 - can I review and merge this one first?

dnicolodi commented 10 months ago

If the strategy used here work, and moving RPATH handling to meson-python work, #465 is not going to happen. I've the patch for the RPATH handling almost ready. We can merge this and retire #465.

dnicolodi commented 10 months ago

I've fixed the RPATH handling in #469 on top of this PR. It seems that we can do without running meson install without any drawback, thus we can move forward with the strategy in this PR.