-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
boost/*: fix compiling boost with zstd #14883
Conversation
I detected other pull requests that are modifying boost/all recipe:
This message is automatically generated by https://github.com/ericLemanissier/conan-center-conflicting-prs so don't hesitate to report issues/improvements there. |
@EricAtORS I think this PR is a duplicate of #14819 which should also fix this issue in a more robust way. |
@SpaceIm |
Conan v1 pipelineAll green in build 1 (
Conan v2 pipeline (informative, not required for merge)Failure in build 1 ( An unexpected error happened and has been reported. Help is on its way! 🏇 |
Hooks produced the following warnings for commit d666275boost/1.78.0
boost/1.75.0
boost/1.77.0
boost/1.79.0
boost/1.76.0
boost/1.73.0
boost/1.80.0
boost/1.70.0
boost/1.72.0
boost/1.74.0
boost/1.71.0
|
Specify library name and version: boost/*
When building boost with zstd,
lib = self.dependencies[deps_name].cpp_info.libs
is empty becaue the zstd library is defined as a component.