Changeset d7b3aab3 for general/genlib


Ignore:
Timestamp:
05/03/2021 05:43:05 PM (3 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
cde911d
Parents:
569d4128
Message:

Update to boost_1_76_0.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/boost.xml

    r569d4128 rd7b3aab3  
    77  <!ENTITY boost-download-http "https://dl.bintray.com/boostorg/release/&boost-version;/source/boost_&boost-dl-version;.tar.bz2">
    88  <!ENTITY boost-download-ftp  " ">
    9   <!ENTITY boost-md5sum        "ea217ed7c4414e93d44106c316966ae1">
    10   <!ENTITY boost-size          "116 MB">
    11   <!ENTITY boost-buildsize     "1.1 GB (175 MB installed)">
    12   <!ENTITY boost-time          "1.3 SBU (Using parallelism=4; add 1.3 SBU for tests)">
     9  <!ENTITY boost-md5sum        "33334dd7f862e8ac9fe1cc7c6584fb6d">
     10  <!ENTITY boost-size          "105 MB">
     11  <!ENTITY boost-buildsize     "1.0 GB (180 MB installed)">
     12  <!ENTITY boost-time          "1.4 SBU (Using parallelism=4; add 1.3 SBU for tests)">
    1313]>
    1414
     
    103103  <sect2 role="installation">
    104104    <title>Installation of Boost</title>
    105 <!--
    106     <para>
    107       First, apply a patch wwhich allows to build libreoffice with GCC 10
    108       and later:
    109     </para>
    110 
    111 <screen><userinput>patch -Np1 -i ../boost-&boost-version;-gcc_10-1.patch</userinput></screen>
    112 -->
     105
    113106    <para>
    114107      This package can be built with several jobs running in parallel. In
     
    123116
    124117    <para>
    125       To run the Boost.Build's regression test,
    126       issue <command>pushd tools/build/test;
    127       python3 test_all.py; popd</command>.
    128       All 153 tests should pass.
     118      To run the Boost.Build's regression test, issue
     119      <command>pushd tools/build/test; python3 test_all.py; popd</command>.
     120      All 154 tests should pass.
    129121    </para>
    130122
     
    143135<!-- dev note: ./b2 - -prefix=<DESTDIR>/usr install threading=multi link=shared -->
    144136
    145 <screen role="root"><userinput>./b2 install threading=multi link=shared           <!--      &amp;&amp;
     137<screen role="root"><userinput>./b2 install threading=multi link=shared   <!--      &amp;&amp;
    146138        ln -svf detail/sha1.hpp /usr/include/boost/uuid/sha1.hpp--></userinput></screen>
    147139
Note: See TracChangeset for help on using the changeset viewer.