[release] Boost 1.84.0 Release Candidate 1 is available
The first release candidates for the 1.84.0 release are now available at: https://boostorg.jfrog.io/artifactory/main/release/1.84.0/source/ The SHA256 checksums are as follows: cc4b893acf645c9d4b698e9a0f08ca8846aa5d6c68275c14c3e7949c24109454 boost_1_84_0_rc1.tar.bz2 cc77eb8ed25da4d596b25e77e4dbb6c5afaac9cddd00dc9ca947b6b268cc76a4 boost_1_84_0_rc1.zip 81a4d10075731966477276c47324ecd9cac02da49899d36c48eba66e40014f25 boost_1_84_0_rc1.7z a5800f405508f5df8114558ca9855d2640a2de8f0445f051fa1c7c3383045724 boost_1_84_0_rc1.tar.gz 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 Dec 7, 2023, at 8:28 AM, Marshall Clow
The first release candidates for the 1.84.0 release are now available at: https://boostorg.jfrog.io/artifactory/main/release/1.84.0/source/
The SHA256 checksums are as follows:
cc4b893acf645c9d4b698e9a0f08ca8846aa5d6c68275c14c3e7949c24109454 boost_1_84_0_rc1.tar.bz2 cc77eb8ed25da4d596b25e77e4dbb6c5afaac9cddd00dc9ca947b6b268cc76a4 boost_1_84_0_rc1.zip 81a4d10075731966477276c47324ecd9cac02da49899d36c48eba66e40014f25 boost_1_84_0_rc1.7z a5800f405508f5df8114558ca9855d2640a2de8f0445f051fa1c7c3383045724 boost_1_84_0_rc1.tar.gz
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 built the libraries on both ARM and x86 on Mac OS Ventura 13.6.1 (22G313) using 'Apple clang version 15.0.0 (clang-1500.0.40.1)’ All the libraries built successfully on C++11/14/17/20/2b The following libraries failed to build on C++03: Boost.Contract Boost.Graph Boost.ProgramOptions Boost.Thread — Marshall
On Thu, Dec 7, 2023 at 10:28 AM Marshall Clow via Boost < boost@lists.boost.org> wrote:
The first release candidates for the 1.84.0 release are now available at: https://boostorg.jfrog.io/artifactory/main/release/1.84.0/source/
The SHA256 checksums are as follows:
cc4b893acf645c9d4b698e9a0f08ca8846aa5d6c68275c14c3e7949c24109454 boost_1_84_0_rc1.tar.bz2 cc77eb8ed25da4d596b25e77e4dbb6c5afaac9cddd00dc9ca947b6b268cc76a4 boost_1_84_0_rc1.zip 81a4d10075731966477276c47324ecd9cac02da49899d36c48eba66e40014f25 boost_1_84_0_rc1.7z a5800f405508f5df8114558ca9855d2640a2de8f0445f051fa1c7c3383045724 boost_1_84_0_rc1.tar.gz
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, with the trimmed down number of supported compilers. toolset arch compile Link Execute 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 logs can be found here. https://gist.github.com/teeks99/bf5e0b2eab5eadfcd61575303523be36 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 on an M1 Mac with macOS Sonoma 14.1.2 using Homebrew Clang 17.0.6 and C++11/14/17/20/23. Matt
On Thu, 7 Dec 2023 at 17:29, Marshall Clow via Boost
The first release candidates for the 1.84.0 release are now available at: https://boostorg.jfrog.io/artifactory/main/release/1.84.0/source/
I have successfully built the RC with GCC 11 (Ubuntu 22.04). ServerTechChat also builds and runs correctly. Regards, Rubén.
participants (4)
-
Marshall Clow
-
Matt Borland
-
Ruben Perez
-
Tom Kent