Changeset af40aac for general


Ignore:
Timestamp:
05/15/2016 11:07:11 PM (8 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 8.0, 8.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, nosym, 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:
4c1494d
Parents:
43ef29db
Message:

Update to xf86-input-wacom-0.33.0.
Update to boost-1.61.0.
Update to btrfs-progs-v4.5.3.
Update to glib-networking-2.48.2.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/boost.xml

    r43ef29db raf40aac  
    77  <!ENTITY boost-download-http "&sourceforge-repo;/boost/boost_&boost-dl-version;.tar.bz2">
    88  <!ENTITY boost-download-ftp  " ">
    9   <!ENTITY boost-md5sum        "65a840e1a0b13a558ff19eeb2c4f0cbe">
    10   <!ENTITY boost-size          "74 MB">
    11   <!ENTITY boost-buildsize     "899 MB (with Boost.Build's regression test)">
    12   <!ENTITY boost-time          "5.5 SBU (with Boost.Build's regression test)">
     9  <!ENTITY boost-md5sum        "6095876341956f65f9d35939ccea1a9f">
     10  <!ENTITY boost-size          "81 MB">
     11  <!ENTITY boost-buildsize     "921 MB (add 2 MB for regression tests)">
     12  <!ENTITY boost-time          "1.3 SBU (add 2.3 SBU for regression test)">
    1313]>
    1414
     
    3838
    3939    &lfs79_checked;
     40    &gcc6_checked;
    4041
    4142    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    117118      To run the Boost.Build's regression test (<xref linkend="python2"/>
    118119      is required), issue <command>pushd tools/build/test; python test_all.py;
    119       popd</command>. One test out of 130 fails.
     120      popd</command>. All 131 tests should pass.
    120121    </para>
    121122
     
    123124      To run every library's regression tests, issue <command>pushd status;
    124125      ../b2; popd</command>.  A few tests may fail. They take very long (over
    125       120/50 SBU, one/four cores) and use a very large disk space (up to
    126       40 GB). You can use the <parameter>-jN</parameter> switch to
     126      120 SBU at -j1, 50 SBU at -j4) and use a very large amount of disk space
     127      (up to 40 GB). You can use the <parameter>-jN</parameter> switch to
    127128      speed them up.
    128129    </para>
Note: See TracChangeset for help on using the changeset viewer.