Changeset ec19fde3 for general


Ignore:
Timestamp:
04/16/2024 07:21:47 PM (2 weeks ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
trunk
Children:
c2dab1b0
Parents:
2691aed2
Message:

Update to boost-1.85.0.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/boost.xml

    r2691aed2 rec19fde3  
    55  %general-entities;
    66
    7   <!ENTITY boost-download-http "https://github.com/boostorg/boost/releases/download/boost-&boost-version;/boost-&boost-version;.tar.xz">
     7  <!ENTITY boost-download-http "https://github.com/boostorg/boost/releases/download/boost-&boost-version;/boost-&boost-dl-version;.tar.xz">
    88  <!ENTITY boost-download-ftp  " ">
    9   <!ENTITY boost-md5sum        "893b5203b862eb9bbd08553e24ff146a">
     9  <!ENTITY boost-md5sum        "eff463ec1c67a8725fb3d2948abc5ca5">
    1010  <!ENTITY boost-size          "90 MB">
    11   <!ENTITY boost-buildsize     "1.1 GB (199 MB installed)">
    12   <!ENTITY boost-time          "1.7 SBU (Using parallelism=4; add 0.1 SBU for tests)">
     11  <!ENTITY boost-buildsize     "899 MBcd /usr/s (197 MB installed)">
     12  <!ENTITY boost-time          "1.8 SBU (Using parallelism=4; add 0.1 SBU for tests)">
    1313]>
    1414
     
    1616  <?dbhtml filename="boost.html"?>
    1717
    18 
    19   <title>Boost-&boost-version;</title>
     18  <title>boost-&boost-version;</title>
    2019
    2120  <indexterm zone="boost">
     
    3534    &lfs121_checked;
    3635
     36    <note>
     37      <para>
     38        This package will extract to the
     39        <filename>boost-&boost-version;</filename>/ directory.
     40      </para>
     41    </note>
     42
    3743    <bridgehead renderas="sect3">Package Information</bridgehead>
    3844    <itemizedlist spacing="compact">
     
    100106  <sect2 role="installation">
    101107    <title>Installation of Boost</title>
    102 <!--
    103     <para>
    104       A change in this version of <application>boost</application> breaks
    105       the few packages which use the <application>phoenix</application>
    106       module when compiled with current <application>GCC</application>. In BLFS,
    107       that affects <xref linkend="libreoffice"/>. Fix this with the following
    108       command:
    109     </para>
    110 
    111 <screen><userinput>sed -i '/#include.*phoenix.*tuple.hpp.*/d' \
    112   boost/phoenix/stl.hpp</userinput></screen>
    113 -->
     108
    114109    <para>
    115110      This package can be built with several jobs running in parallel. In
     
    126121      To run Boost.Build's regression tests, issue
    127122      <command>pushd tools/build/test; python3 test_all.py; popd</command>.
    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 -->
    131123    </para>
    132124
Note: See TracChangeset for help on using the changeset viewer.