Changeset 475d0d98


Ignore:
Timestamp:
08/13/2023 05:14:55 PM (9 months ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
12.0, 12.1, ken/TL2024, ken/tuningfonts, lazarus, plabs/newcss, python3.11, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18
Children:
12a362f7
Parents:
9a279da
Message:

Update to boost-1.83.0

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/boost.xml

    r9a279da r475d0d98  
    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        "b45dac8b54b58c087bfbed260dbfc03a">
    10   <!ENTITY boost-size          "116 MB">
    11   <!ENTITY boost-buildsize     "1.1 GB (195 MB installed)">
    12   <!ENTITY boost-time          "1.4 SBU (Using parallelism=4; add 0.9 SBU for tests)">
     9  <!ENTITY boost-md5sum        "406f0b870182b4eb17a23a9d8fce967d">
     10  <!ENTITY boost-size          "117 MB">
     11  <!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)">
    1313]>
    14 
    15 <!-- Editors: Check test failures with python-3.11 -->
    1614
    1715<sect1 id="boost" xreflabel="Boost-&boost-version;">
     
    126124
    127125    <para>
    128       To run the Boost.Build's regression test, issue
     126      To run Boost.Build's regression tests, issue
    129127      <command>pushd tools/build/test; python3 test_all.py; popd</command>.
    130       With python-3.10.x all 168 tests should pass.  With
    131       <xref linkend='python3'/>, 20 tests fail for undetermined reasons.
     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 -->
    132131    </para>
    133132
  • introduction/welcome/changelog.xml

    r9a279da r475d0d98  
    3939    </listitem>
    4040    -->
     41   <listitem>
     42     <para>August 13th, 2023</para>
     43     <itemizedlist>
     44       <listitem>
     45         <para>[renodr] - Update to boost-1.83.0. Fixes
     46         <ulink url="&blfs-ticket-root;18404">#18404</ulink>.</para>
     47       </listitem>
     48     </itemizedlist>
     49   </listitem>
     50
    4151   <listitem>
    4252     <para>August 12th, 2023</para>
  • packages.ent

    r9a279da r475d0d98  
    8888
    8989<!ENTITY boost-major                  "1">
    90 <!ENTITY boost-minor                  "82">
     90<!ENTITY boost-minor                  "83">
    9191<!ENTITY boost-patch                  "0">
    9292<!ENTITY boost-version                "&boost-major;.&boost-minor;.&boost-patch;">
Note: See TracChangeset for help on using the changeset viewer.