Closed LinZhihao-723 closed 1 week ago
The changes in this pull request primarily involve updating the version of the msgpack
library from 6.0.0
to 7.0.0
across multiple scripts and the CMake configuration file. The modifications include adjustments in dependency management, library linking checks, and standardization of error messages. The overall structure of the CMake file and installation scripts remains intact, with no alterations to the existing functionality or logic.
File | Change Summary |
---|---|
components/core/CMakeLists.txt | Updated msgpack-cxx version from 6.0.0 to 7.0.0 . Adjusted library linking checks and error messages. |
components/core/tools/scripts/lib_install/centos-stream-9/install-packages-from-source.sh | Updated msgpack library version from 6.0.0 to 7.0.0 . |
components/core/tools/scripts/lib_install/ubuntu-focal/install-packages-from-source.sh | Updated msgpack library version from 6.0.0 to 7.0.0 . |
components/core/tools/scripts/lib_install/ubuntu-jammy/install-packages-from-source.sh | Updated msgpack library version from 6.0.0 to 7.0.0 . |
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Description
This PR updates msgpack the latest release (version 7.0.0) since the default version installed through
brew
is 7.0.0 on macOS. The PR also updates the scripts to install 7.0.0 for Linux builds.Validation performed
Summary by CodeRabbit
New Features
msgpack
library version to7.0.0
across various installation scripts.Bug Fixes