-
Notifications
You must be signed in to change notification settings - Fork 6.4k
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] bugfix and new features after update to 1.77.0 #20432
Conversation
[boost-iostreams] replace explicit dependencies with default-features, allow to disable compression filters
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.
boost-odeint also depends on boost-mpi. Could you please remove it from boost dependency list?
Done. Note: odeint's OpenMP and MPI support is implemented as an external backend, which needs to be manually included. |
Maintainers please re-run CI on this. |
* Control exported protobuf dependency * Update versions * Control exported protobuf dependency * Update versions
…up targets (microsoft#20422) * [OpenMVS] restore deprecated cmake scripts * [OpenMVS] fix references * switch back to vcpkg_cmake_* Co-authored-by: nicole mazzuca <[email protected]>
…20554) * Don't replace string in file that doesn't exist. * Update per bot. * Update per bot again. * Address comments.
* json-dto updated to v.0.2.14. * json-dto-0.2.14 added to baseline. * Change deprecated commands. * Update baseline for fresh json-dto-0.2.14.
* [sail] Update to 0.9.0-pre17 * [sail] vcpkg x-add-version --all --overwrite-version * [sail] Update pre17 hash * [sail] vcpkg x-add-version --all --overwrite-version
* Reformat portfile * Minimize makefiles patch * Update to 1.0.6 * Fix uwp builds, remove skip from baseline * Install pc file for windows * Update versions Co-authored-by: Billy Robert O'Neal III <[email protected]>
* Update dartsim * Use newer vcpkg functions * Update version number * Update ports/dartsim/portfile.cmake Co-authored-by: Robert Schumacher <[email protected]> * Update versions Co-authored-by: Robert Schumacher <[email protected]>
…avoid manual changes
…e and rename generated files
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.
Thanks for your updates!
Thanks for fixing |
Thanks for the fixes! |
Allow to disable compression filters for iostreams. Examples:
Fixes #20417
Fixes #20508