[release] Boost 1.83.0 Release Candidate 2 is available
The second release candidates for the 1.83.0 release are now available at: https://boostorg.jfrog.io/artifactory/main/release/1.83.0/source/ The SHA256 checksums are as follows: c86bd9d9eef795b4b0d3802279419fde5221922805b073b9bd822edecb1ca28e boost_1_83_0_rc2.zip 6478edfe2f3305127cffe8caf73ea0176c53769f4bf1585be237eb30798c3b8e boost_1_83_0_rc2.tar.bz2 c0685b68dd44cc46574cce86c4e17c0f611b15e195be9848dfd0769a0a207628 boost_1_83_0_rc2.tar.gz 22ee9dcf3f1fb58f585772f70c69113a4077b92adeac58b643b3543b78633a16 boost_1_83_0_rc2.7z The only change between RC1 and RC2 is the addition of some missing "#include"s in Boost.Unordered As always, the release managers would appreciate it if you download the candidate of your choice and give building it a try. Please report both success and failure, and anything else that is noteworthy. -- The Release managers
On Aug 8, 2023, at 10:38 PM, Marshall Clow
The second release candidates for the 1.83.0 release are now available at: https://boostorg.jfrog.io/artifactory/main/release/1.83.0/source/
The SHA256 checksums are as follows:
c86bd9d9eef795b4b0d3802279419fde5221922805b073b9bd822edecb1ca28e boost_1_83_0_rc2.zip 6478edfe2f3305127cffe8caf73ea0176c53769f4bf1585be237eb30798c3b8e boost_1_83_0_rc2.tar.bz2 c0685b68dd44cc46574cce86c4e17c0f611b15e195be9848dfd0769a0a207628 boost_1_83_0_rc2.tar.gz 22ee9dcf3f1fb58f585772f70c69113a4077b92adeac58b643b3543b78633a16 boost_1_83_0_rc2.7z
The only change between RC1 and RC2 is the addition of some missing "#include"s in Boost.Unordered
As always, the release managers would appreciate it if you download the candidate of your choice and give building it a try. Please report both success and failure, and anything else that is noteworthy.
I have successfully built the libraries in Mac OS 13.5, with "Apple clang version 14.0.3 (clang-1403.0.22.14.1)” and C++ 03/11/14/17/20/2b, on both x86 and ARM. — Marshall
On Wed, Aug 9, 2023 at 12:38 AM Marshall Clow via Boost < boost@lists.boost.org> wrote:
The second release candidates for the 1.83.0 release are now available at: https://boostorg.jfrog.io/artifactory/main/release/1.83.0/source/
The SHA256 checksums are as follows:
c86bd9d9eef795b4b0d3802279419fde5221922805b073b9bd822edecb1ca28e boost_1_83_0_rc2.zip 6478edfe2f3305127cffe8caf73ea0176c53769f4bf1585be237eb30798c3b8e boost_1_83_0_rc2.tar.bz2 c0685b68dd44cc46574cce86c4e17c0f611b15e195be9848dfd0769a0a207628 boost_1_83_0_rc2.tar.gz 22ee9dcf3f1fb58f585772f70c69113a4077b92adeac58b643b3543b78633a16 boost_1_83_0_rc2.7z
The only change between RC1 and RC2 is the addition of some missing "#include"s in Boost.Unordered
As always, the release managers would appreciate it if you download the candidate of your choice and give building it a try. Please report both success and failure, and anything else that is noteworthy.
-- The Release managers
Looks good on Windows/Visual Studio. toolset arch compile Link Execute msvc-10.0 32 X X X msvc-10.0 64 X X X msvc-11.0 32 X X X msvc-11.0 64 X X X msvc-12.0 32 X X X msvc-12.0 64 X X X msvc-14.0 32 X X X msvc-14.0 64 X X X msvc-14.1 32 X X X msvc-14.1 64 X X X msvc-14.2 32 X X X msvc-14.2 64 X X X msvc-14.3 32 X X X msvc-14.3 64 X X X Compile means that the b2 command completed without errors Link means that visual studio was able to link a sample executable to a library (libboost_thread-vcXXX-mt[-gd]-1_XX.lib) generated Execute means that the linked program executed without errors. Full build log can be found here: https://gist.github.com/teeks99/275bf5154abb0f7c18c4c8c89f1ba575 I'll stage the windows binaries to jfrog/sourceforge later in the day. Tom
As always, the release managers would appreciate it if you download the candidate of your choice and give building it a try. Please report both success and failure, and anything else that is noteworthy.
-- The Release managers
I have successfully built the libraries with GCC master (14.0.0 20230809 experimental) on x86_64 Ubuntu 23.04 with cxxstd=11,14,17,20,23. Matt
Alright, confirmed that Unordered's node_map and node_set successfully compile when they're the only #includes. Thank you for the quick turnaround on this, Marshall. - Christian
I have successfully built the RC under clang-18, Linux, Ubuntu 22.04.
On Wed, 9 Aug 2023 at 07:38, Marshall Clow via Boost
The second release candidates for the 1.83.0 release are now available at: https://boostorg.jfrog.io/artifactory/main/release/1.83.0/source/
participants (5)
-
Christian Mazakas
-
Marshall Clow
-
Matt Borland
-
Ruben Perez
-
Tom Kent