-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[conan-center] KB-H071 Validate relocable shared libraries #403
base: master
Are you sure you want to change the base?
Conversation
Signed-off-by: Uilian Ries <[email protected]>
Signed-off-by: Uilian Ries <[email protected]>
Signed-off-by: Uilian Ries <[email protected]>
The check should be more powerful.
The second one should not be implemented for the moment because it's too hard to honor this requirement in conan v1 when |
yes, take a look at #171, it inspects dylib/otool output |
It's worth noting that I still don't know how to install shared libs with |
maybe we can reach to meson developers, in the past, they were friendly enough to help us |
Agree, I just want to say that before adding any hook in conan-center, we should ensure that we have a workaround for all build systems, otherwise it may block PR of several recipes. |
I worry, this one (and #171) could be enabled only as warnings. |
Regarding Meson, I asked on Slack but never get any answer: https://cpplang.slack.com/archives/C01AVS654P8/p1643164802012000 This PR seems to have removed any capability to install relocatable shared libs on macOS with Meson: mesonbuild/meson#3691 EDIT: I've opened mesonbuild/meson#10099 |
@uilianries conflicts, please rebase |
closes #376