-
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
Add Boost 1.82.0 #17471
Add Boost 1.82.0 #17471
Conversation
🤖 Beep Boop! This pull request is making changes to 'recipes/boost//'. 👋 @grafikrobot @Hopobcn @jwillikers you might be interested. 😉 |
This comment has been minimized.
This comment has been minimized.
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. |
This looks to supersede #17376 as it contains the dependencies files. Not sure if it needs changes to add the new header only mysql lib. |
Thanks for your contribution. Make sure to request user access here to be able to get the PR merged, thanks! |
My bad, if |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks!
Guys, what happened with the checks? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As mentioned by @jwillikers:
There's still the need to pull in the official patches 283 and 284 described on the release page.
This comment has been minimized.
This comment has been minimized.
Technically you don't need them. One is for a corner case in SMBv1. For which the number of users would be really low. And the other is for OpenBSD only. Which, also, not exactly a large user base. Additionally, the patches could be added in a later PR. |
This is necessary for adding Boost version 1.82.0 in PR conan-io#17471.
This is necessary for adding Boost version 1.82.0 in PR conan-io#17471.
…e folder This is necessary for adding Boost version 1.82.0 in PR #17471.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Hooks produced the following warnings for commit 1f73cb9boost/1.82.0
|
…he recipe folder This is necessary for adding Boost version 1.82.0 in PR conan-io#17471.
2372aa7
The error is this:
which comes from these lines in the recipe: conan-center-index/recipes/boost/all/conanfile.py Lines 1009 to 1012 in 1f61f4e
which only work with this patch: I'm not sure the description this particular patch is correct, but I imagine the build cannot be configured with those arguments if this patch is not applied. I've "up-ported" the patch in the meantime, which should generate packages now. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jhunold thanks for your contribution :)
Please remember to sign the cla for this PR to be mergeable
This comment has been minimized.
This comment has been minimized.
Hooks produced the following warnings for commit 2372aa7boost/1.82.0
|
Awesome, that did it. Thanks so much for your contribution @jhunold ! In order for this to be merged, please review the contributor license agreement! https://cla-assistant.io/conan-io/conan-center-index?pullRequest=17471 |
Conan v1 pipeline ✔️All green in build 6 (
Conan v2 pipeline ✔️
All green in build 6 (
|
* Add Boost 1.82.0 * boost: add patch for libiconv flag --------- Co-authored-by: Luis Caro Campos <3535649+jcar87@users.noreply.github.com>
…cmake-combined-recipe - Resolved conflicts. - Updated recipes/cmake/combined/conandata.yml to use CMake 3.26.4 instead of 3.26.3 * 'master' of github.com:conan-io/conan-center-index: (219 commits) (conan-io#17379) zpp_bits: add version 4.4.17, add package_type (conan-io#17811) mongo-c-driver: add version 1.23.4 (conan-io#17824) [bot] Update list of references (prod-v2/ListPackages) (conan-io#17827) [bot] Update authorized users list (2023-06-05) (conan-io#17791) c4core: update fast_float (conan-io#17447) llhttp: conan v2 support (conan-io#17821) daw_utf_range: update daw_header_libraries (conan-io#17819) add mbits-diags/0.9.5 (conan-io#17471) Add Boost 1.82.0 (conan-io#17816) uni-algo: add version 0.8.1 (conan-io#17815) flatbuffers: add version 23.5.26 (conan-io#17801) Bring tl-function to conan2 (conan-io#17802) Bring ring-span-lite to conan2 (conan-io#16572) ragel: support conan v2 (conan-io#17244) Z3: Revise the recipe to support Conan v2 and add the latest four minor releases. (conan-io#17355) avahi/0.8: Disable the use of the setproctitle function on Linux (conan-io#17744) Bumped CMake to 3.26.4 (conan-io#17763) Libwebsockets support for conan2 (conan-io#17808) octo-logger-cpp: add version 1.4.0 (conan-io#17428) Add libmemcached library ...
* Add Boost 1.82.0 * boost: add patch for libiconv flag --------- Co-authored-by: Luis Caro Campos <3535649+jcar87@users.noreply.github.com>
Boost/1.82.0
Bump the supported Boost version to the latest release. Needed by everybody.