From: Ion Gaztañaga (igaztanaga_at_[hidden])
Date: 2024-11-10 11:24:26


El 09/11/2024 a las 0:50, Marshall Clow via Boost escribió:
> RC1 had some build issues which have been corrected.
>
> Available at: https://archives.boost.io/beta/1.87.0.beta1/source/
>
> The SHA256 checksums are as follows:
>
> d24c351fdeaeefa4f25ce5e9365e9d69b86d342570eaac649e3b12f244a6eef7 boost_1_87_0_b1_rc2.7z
> 98090d258e1d50db30b549072a5db04210350fa7a5ede47d2c71a78af6724e55 boost_1_87_0_b1_rc2.zip
> 85075e27e6f866cbe3a00f1d5a57e801ce313119dcfd8327babf554c84af9ec3 boost_1_87_0_b1_rc2.tar.bz2
> 48e51ddfb67eace9181be87f2f25a06dace5e0eb4a84ab803ebfcd8d98e4aab1 boost_1_87_0_b1_rc2.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.

Built and installed libraries using Ubuntu 24.04 on WSL with gcc-10,
gcc-11, gcc-12, gcc-13 and gcc-14 toolsets.

I get an error during the configuration checks for all tolsets though:

error: No best alternative for
/mnt/c/Data/Libs/boost_1_87_0/libs/mpi/build/boost_mpi with <abi>sysv
<address-model>64 <architecture>x86 <asynch-exceptions>off
<binary-format>elf <boost.beast.allow-deprecated>on
<boost.beast.separate-compilation>on <context-impl>fcontext
<coverage>off <debug-symbols>off <exception-handling>on
<extern-c-nothrow>off <inlining>full <known-warnings>hide <link>shared
<optimization>speed <os>LINUX <pch>on <preserve-test-targets>on
<profiling>off <python-debugging>off <rtti>on <runtime-debugging>off
<runtime-link>shared <stdlib>native <strip>off <target-os>linux
<testing.execute>on <threadapi>pthread <threading>multi
<toolset-gcc:version>11 <toolset>gcc <variant>release <vectorize>off
<visibility>hidden <warnings-as-errors>off <warnings>on
<x-deduced-platform>x86_64

I think it's a warning or something that can be ignored, compilation and
installation continues until the very end...

Best,

Ion