Ignore:
Timestamp:
12/23/2017 03:41:30 AM (6 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, 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:
dc436a1
Parents:
5344b56
Message:

Update to boost_1_66_0.
Update to exim-4.90.
Update to Archive-Zip-1.60 (perl module).
Update to File-Slurper-0.011 (perl module).

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@19616 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/boost.xml

    r5344b56 r4801ff50  
    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        "41d7542ce40e171f3f7982aff008ff0d">
    10   <!ENTITY boost-size          "78 MB">
    11   <!ENTITY boost-buildsize     "849 MB (with regression tests)">
    12   <!ENTITY boost-time          "1.7 SBU (using -j4; add 2.2 SBU for regression tests)">
     9  <!ENTITY boost-md5sum        "b2dfbd6c717be4a7bb2d88018eaccf75">
     10  <!ENTITY boost-size          "82 MB">
     11  <!ENTITY boost-buildsize     "875 MB (add 2 MB for checks)">
     12  <!ENTITY boost-time          "1.2 SBU (using -j4; add 2.2 SBU for tests)">
    1313]>
    1414
     
    112112
    113113    <para>
    114       To run the Boost.Build's regression test (<xref linkend="python2"/>
    115       is required), issue <command>pushd tools/build/test; python test_all.py;
    116       popd</command>. All 131 tests should pass.
     114      To run the Boost.Build's regression test, (<xref linkend="python2"/>
     115      is required).  In addition, one file needs to be renamed
     116      to avoid a conflict with a standard python module. 
     117      Run the tests with: issue <command>pushd tools/build/test;
     118      mv zlib.py zlib.py-orig; python test_all.py; popd</command>.
     119      All 133 tests should pass.
    117120    </para>
    118121
     
    138141    <title>Command Explanations</title>
    139142
    140 <!--    <para>
    141       <command>sed ... has_binary_operator.hpp</command>: This command
    142       fixes a header to overcome a problem with Qt's moc command.  It
    143       is necessary for building some KDE packages.
    144     </para>
    145 -->
    146143    <para>
    147144      <parameter>threading=multi</parameter>: This parameter ensures that
Note: See TracChangeset for help on using the changeset viewer.