Update to boost-1.83.0

This commit is contained in:
Douglas R. Reno 2023-08-13 12:14:55 -05:00
parent 9a279da42a
commit 475d0d98e7
3 changed files with 19 additions and 10 deletions

View File

@ -6,14 +6,12 @@
<!ENTITY boost-download-http "https://boostorg.jfrog.io/artifactory/main/release/&boost-version;/source/boost_&boost-dl-version;.tar.bz2">
<!ENTITY boost-download-ftp " ">
<!ENTITY boost-md5sum "b45dac8b54b58c087bfbed260dbfc03a">
<!ENTITY boost-size "116 MB">
<!ENTITY boost-buildsize "1.1 GB (195 MB installed)">
<!ENTITY boost-time "1.4 SBU (Using parallelism=4; add 0.9 SBU for tests)">
<!ENTITY boost-md5sum "406f0b870182b4eb17a23a9d8fce967d">
<!ENTITY boost-size "117 MB">
<!ENTITY boost-buildsize "1.1 GB (199 MB installed)">
<!ENTITY boost-time "2.8 SBU (Using parallelism=4; add 0.7 SBU for tests)">
]>
<!-- Editors: Check test failures with python-3.11 -->
<sect1 id="boost" xreflabel="Boost-&boost-version;">
<?dbhtml filename="boost.html"?>
@ -125,10 +123,11 @@
./b2 stage -j<replaceable>&lt;N&gt;</replaceable> threading=multi link=shared</userinput></screen>
<para>
To run the Boost.Build's regression test, issue
To run Boost.Build's regression tests, issue
<command>pushd tools/build/test; python3 test_all.py; popd</command>.
With python-3.10.x all 168 tests should pass. With
<xref linkend='python3'/>, 20 tests fail for undetermined reasons.
<!--With python-3.10.x all 168 tests should pass. With
<xref linkend='python3'/>, 20 tests fail for undetermined reasons.-->
<!-- This was fixed in 1.83.0 -->
</para>
<para>

View File

@ -38,6 +38,16 @@
</itemizedlist>
</listitem>
-->
<listitem>
<para>August 13th, 2023</para>
<itemizedlist>
<listitem>
<para>[renodr] - Update to boost-1.83.0. Fixes
<ulink url="&blfs-ticket-root;18404">#18404</ulink>.</para>
</listitem>
</itemizedlist>
</listitem>
<listitem>
<para>August 12th, 2023</para>
<itemizedlist>

View File

@ -87,7 +87,7 @@
<!ENTITY aspell-version "0.60.8">
<!ENTITY boost-major "1">
<!ENTITY boost-minor "82">
<!ENTITY boost-minor "83">
<!ENTITY boost-patch "0">
<!ENTITY boost-version "&boost-major;.&boost-minor;.&boost-patch;">
<!ENTITY boost-dl-version "&boost-major;_&boost-minor;_&boost-patch;">