-
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-predef] Add Modular Boost Predef recipe #21299
base: master
Are you sure you want to change the base?
Conversation
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Conan v1 pipeline ❌Failure in build 5 (
Note: To save resources, CI tries to finish as soon as an error is found. For this reason you might find that not all the references have been launched or not all the configurations for a given reference. Also, take into account that we cannot guarantee the order of execution as it depends on CI workload and workers availability. |
@prince-chrismc @RubenRBS guys could you please help me determining what's wrong in V1 ? |
@fpelliccioni Thank you for your intention of boost modularization, but it's not supported for now: https://github.com/conan-io/conan-center-index/blob/master/docs/faqs.md#can-we-add-package-which-are-parts-of-bigger-projects-like-boost Indeed is a wish having it available, but there are other points to be solved first. We still have a limitation with b2 when building everything modular, for instance. There was an initial effort on the repo https://github.com/conan-io/modular-boost. But need to re-visit. |
boost-predef/1.83
This PR introduces the first modular recipe for the Boost Libraries in the Conan Center Index, starting with Boost Predef. Boost Predef is a header-only library with no dependencies on other packages. The addition of this recipe paves the way for future modular recipes for each Boost library. The Boost Predef recipe is designed to serve as a template for these subsequent additions, promoting a more organized and modular approach to managing Boost Libraries in Conan.