Changeset 6f60a9c9 for general/genlib


Ignore:
Timestamp:
12/16/2023 04:19:28 PM (5 months ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
12.1, ken/TL2024, lazarus, plabs/newcss, python3.11, rahul/power-profiles-daemon, trunk, xry111/llvm18
Children:
2c758f0, f5afe1b
Parents:
7a50bf67
Message:

Update to boost-1.84.0.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/boost.xml

    r7a50bf67 r6f60a9c9  
    77  <!ENTITY boost-download-http "https://boostorg.jfrog.io/artifactory/main/release/&boost-version;/source/boost_&boost-dl-version;.tar.bz2">
    88  <!ENTITY boost-download-ftp  " ">
    9   <!ENTITY boost-md5sum        "406f0b870182b4eb17a23a9d8fce967d">
     9  <!ENTITY boost-md5sum        "9dcd632441e4da04a461082ebbafd337">
    1010  <!ENTITY boost-size          "117 MB">
    1111  <!ENTITY boost-buildsize     "1.1 GB (199 MB installed)">
    12   <!ENTITY boost-time          "2.8 SBU (Using parallelism=4; add 0.7 SBU for tests)">
     12  <!ENTITY boost-time          "1.7 SBU (Using parallelism=4; add 0.1 SBU for tests)">
    1313]>
    1414
     
    100100  <sect2 role="installation">
    101101    <title>Installation of Boost</title>
    102 
     102<!--
    103103    <para>
    104104      A change in this version of <application>boost</application> breaks
     
    111111<screen><userinput>sed -i '/#include.*phoenix.*tuple.hpp.*/d' \
    112112  boost/phoenix/stl.hpp</userinput></screen>
    113 
     113-->
    114114    <para>
    115115      This package can be built with several jobs running in parallel. In
     
    126126      To run Boost.Build's regression tests, issue
    127127      <command>pushd tools/build/test; python3 test_all.py; popd</command>.
    128       <!--With python-3.10.x all 168 tests should pass.  With
    129       <xref linkend='python3'/>, 20 tests fail for undetermined reasons.-->
    130       <!-- This was fixed in 1.83.0 -->
     128      With python-3.11.x all 169 tests should pass.  With
     129      <xref linkend='python3'/>, 7 tests fail for undetermined reasons.
     130      <!-- This was fixed in 1.83.0 and broken for python-3.12 and 1.84.0 -->
    131131    </para>
    132132
Note: See TracChangeset for help on using the changeset viewer.