-
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] Update to 1.70.0 #6141
[boost] Update to 1.70.0 #6141
Conversation
@ras0219 this PRr doesn't update the |
Thanks for the comment! This was not intentional -- I need to update boost-build as well. |
[fizz][folly] Update and fix for boost 1.70 [libsodium] Use CMake buildsystem replacement to enable non-Windows
@bitsrules We have a script which generates 99% of the changes located at The status as of b1b9922 was
I believe I've fixed the wangle issue in 09477ff, so the only thing left is |
@ras0219-msft Hi, are you able to rebase this? |
Hi @ras0219, your Arrow port change removes the following args from
Is this because they were superfluous? |
Yes, after reviewing the CMakeLists.txt for arrow I determined that they were all superfluous. |
Is there anything that can be done to help move this along? The details of what fails don't seem to be public. The fact that there is no way to use the arguably most important C++ library with Visual Studio 2019 and vcpkg is kind of baffling. |
I second this, can we do anything to help? |
Thanks for the offers! @fwosar Can you confirm that this resolves all your issues using boost with 2019? |
When building boost 1.70 with vs2019, generated binaries are renamed to vc141-1_69 |
MSVC 16.1.0 Preview 3.0:
|
Same here. Somewhere during the build, something installs share/boost-build/Jamroot.jam; this file still mentions 1.69 at the top, and changing that to 1.70 appears to fix the library names. |
The vcpkg port of websocketpp has been pointing to the upstream commit 1c699ce of a PR, in order to fix build issues of websocketpp 0.8.1 with boost 1.70 (microsoft#6141). This fix has been merged upstream in the meantime and is part of the release 0.8.2 now. - Update to WebSocket++/0.8.2 release - Remove deprecated include(vcpkg_common_functions) - Use ${PORT} instead of websocketpp
The vcpkg port of websocketpp has been pointing to the upstream commit 1c699ce of a PR, in order to fix build issues of websocketpp 0.8.1 with boost 1.70 (#6141). This fix has been merged upstream in the meantime and is part of the release 0.8.2 now. - Update to WebSocket++/0.8.2 release - Remove deprecated include(vcpkg_common_functions) - Use ${PORT} instead of websocketpp
No description provided.