Ignore:
Timestamp:
01/04/2023 06:05:12 PM (16 months ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
qt5new
Children:
c0ef2f9
Parents:
1daaab6d (diff), 811d39b (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'trunk' into qt5new

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/boost.xml

    r1daaab6d r104ff4e  
    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        "09dc857466718f27237144c6f2432d86">
    10   <!ENTITY boost-size          "105 MB">
    11   <!ENTITY boost-buildsize     "1.0 GB (189 MB installed)">
    12   <!ENTITY boost-time          "1.7 SBU (Using parallelism=4; add 1.3 SBU for tests)">
     9  <!ENTITY boost-md5sum        "3276c0637d1be8687740c550237ef999">
     10  <!ENTITY boost-size          "113 MB">
     11  <!ENTITY boost-buildsize     "1.1 GB (195 MB installed)">
     12  <!ENTITY boost-time          "1.4 SBU (Using parallelism=4; add 1.2 SBU for tests)">
    1313]>
     14
     15<!-- Editors: Check test failures with python-3.11 -->
    1416
    1517<sect1 id="boost" xreflabel="Boost-&boost-version;">
    1618  <?dbhtml filename="boost.html"?>
    1719
    18   <sect1info>
    19     <date>$Date$</date>
    20   </sect1info>
    2120
    2221  <title>Boost-&boost-version;</title>
     
    3635    </para>
    3736
    38     &lfs110a_checked;
     37    &lfs112_checked;
    3938
    4039    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    118117      To run the Boost.Build's regression test, issue
    119118      <command>pushd tools/build/test; python3 test_all.py; popd</command>.
    120       All 154 tests should pass.
     119      With python-3.10.x all 168 tests should pass.  With
     120      <xref linkend='python3'/>, 20 tests fail for undetermined reasons.
    121121    </para>
    122122
     
    129129    </para>
    130130
     131    <note>
     132      <para>
     133        Boost installs many versioned directories in /usr/lib/cmake.
     134        If a new version of <application>Boost</application> is installed over a
     135        previous version, the older cmake directories need to be
     136        explicitly removed.  To do this, run as the
     137        <systemitem class="username">root</systemitem> user:
     138      </para>
     139
     140<screen role="root"><userinput>rm -rf /usr/lib/cmake/[Bb]oost*</userinput></screen>
     141
     142      <para>
     143        before installing the new version.
     144      </para>
     145    </note>
     146
    131147    <para>
    132148      Now, as the <systemitem class="username">root</systemitem> user:
     
    135151<!-- dev note: ./b2 - -prefix=<DESTDIR>/usr install threading=multi link=shared -->
    136152
    137 <screen role="root"><userinput>./b2 install threading=multi link=shared   <!--      &amp;&amp;
    138         ln -svf detail/sha1.hpp /usr/include/boost/uuid/sha1.hpp--></userinput></screen>
     153<screen role="root"><userinput>./b2 install threading=multi link=shared</userinput></screen>
    139154
    140155  </sect2>
     
    158173
    159174    <para>
     175      <parameter>--with-python=python3</parameter>: This switch ensures Python3
     176      is used if Python2 is installed.
     177    </para>
     178
     179    <para>
    160180       <option>-jN</option>: This switch may be added to the
    161181       <command>b2</command> command lines, to run up to N processes in
    162182       parallel.
    163     </para>
    164 
    165     <para>
    166       <option>--with-python=python3</option>: Add this switch to the <command>
    167       bootstrap</command> command, if you want Boost
    168       to use Python3 instead of Python2.  Using Python3 is known to cause the
    169       installation to fail on some systems.
    170183    </para>
    171184
Note: See TracChangeset for help on using the changeset viewer.