-
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
proposal: Bump to 7.0.5 #5570
proposal: Bump to 7.0.5 #5570
Conversation
This comment has been minimized.
This comment has been minimized.
I think I understand this issue. It means that all recipes depending on boost must be built again. But first #5556 must be quickly fixed. |
Are there any actions that need to be taken by us? Otherwise, just keep us informed if there is any progress :) |
|
Yes but a PR must be opened to generate new binaries. I see that boost can't be updated to 1.76.0 in
|
@SpaceIm |
for boost, switching C++ standard changes the API, so it affects consumers and breaks binary compatibility :(
|
we could build everything with not a compiler default C++ standard, but with latest supported (C++11/14/17/20/23), but in reality, it breaks the API for people, and breaks their expectations of conan settings and packages. |
At some point in time we will need to:
|
technically, I believe it should be possible to validate API is the same for different cppstd versions via hooks - running |
BTW, I've triggered a build for |
regeneration of cubicinterpolation binaries: #5628 |
All green in build 2 (
|
Specify library name and version: proposal/7.0.5
conan-center hook activated.