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
If a package has clangdev as a host dependency (links with clang-{{ major_version }}, and uses the cmake files that are available in clangdev, then they clearly will also depend on clang-{{ major_version }} at runtime.
It should probably be added as a run_export in the recipe for the clangdev output.
The text was updated successfully, but these errors were encountered:
Well, clang-{{ major_version}} brings a whole lot more than just the libs needed for linkage; shouldn't it be enough to propagate the run-exports for libclang & libclang-cpp?
Comment:
If a package has clangdev as a host dependency (links with
clang-{{ major_version }}
, and uses the cmake files that are available inclangdev
, then they clearly will also depend onclang-{{ major_version }}
at runtime.It should probably be added as a
run_export
in the recipe for theclangdev
output.The text was updated successfully, but these errors were encountered: