Ignore:
Timestamp:
04/16/2018 10:48:53 PM (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.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:
d2ea631
Parents:
ed9ef43f
Message:

Update to boost-1_67_0.
Update to pycairo-1.17.0.
Update to xterm-332.
Update to Clearlooks-2.0 (mplayer skin).

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/boost.xml

    red9ef43f rb65f260d  
    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        "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)">
     9  <!ENTITY boost-md5sum        "ced776cb19428ab8488774e1415535ab">
     10  <!ENTITY boost-size          "83 MB">
     11  <!ENTITY boost-buildsize     "900 MB (add 2 MB for checks)">
     12  <!ENTITY boost-time          "1.2 SBU (Using parallelism=4; add 1.1 SBU for tests)">
    1313]>
    1414
     
    9494  <sect2 role="installation">
    9595    <title>Installation of Boost</title>
    96 
     96<!--
    9797    <para>
    9898      First, fix a bug with the header files path, when Python3 is used:
     
    101101<screen><userinput>sed -e '/using python/ s@;@: /usr/include/python${PYTHON_VERSION/3*/${PYTHON_VERSION}m} ;@' \
    102102    -i bootstrap.sh</userinput></screen>
    103 
     103-->
    104104    <para>
    105105      Install <application>Boost</application> by running the following
     
    116116      to avoid a conflict with a standard python module. 
    117117      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.
     118      python test_all.py; popd</command>.
     119      All 150 tests should pass.
    120120    </para>
    121121
Note: See TracChangeset for help on using the changeset viewer.