Changeset 684ab13


Ignore:
Timestamp:
04/20/2015 12:41:30 AM (9 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.8, 7.9, 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:
a1f30d5
Parents:
f13b771
Message:

Update to boost-1.58.0.

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/boost.xml

    rf13b771 r684ab13  
    77  <!ENTITY boost-download-http "&sourceforge-repo;/boost/boost_&boost-dl-version;.tar.bz2">
    88  <!ENTITY boost-download-ftp  " ">
    9   <!ENTITY boost-md5sum        "1be49befbdd9a5ce9def2983ba3e7b76">
    10   <!ENTITY boost-size          "59 MB">
    11   <!ENTITY boost-buildsize     "805 MB">
    12   <!ENTITY boost-time          "4.4 SBU">
     9  <!ENTITY boost-md5sum        "b8839650e61e9c1c0a89f371dd475546">
     10  <!ENTITY boost-size          "68 MB">
     11  <!ENTITY boost-buildsize     "884 MB (additional 1 MB for Boost.Build's regression test)">
     12  <!ENTITY boost-time          "3.9 SBU (additional 1.5 SBU for Boost.Build's regression test)">
    1313]>
    1414
     
    102102
    103103    <para>
    104       To test the result, issue <command>pushd status; ../b2; popd</command>.
    105       A few tests may fail. They take a long time (more than 120 SBU) and use up
    106       to 40 GB of disk space. You can use the <parameter>-jN</parameter> switch
    107       to speed them up.
     104      To run the Boost.Build's regression test (<xref linkend="python2"/>
     105      required), issue <command>pushd tools/build/test; python test_all.py;
     106      popd</command>.
     107    </para>
     108
     109    <para>
     110      To run every library's regression tests, issue <command>pushd status;
     111      ../b2; popd</command>.  A few tests may fail. They take very long (over
     112      120/50 SBU, one/four cores) and use a very large disk space (up to
     113      40 GB). You can use the <parameter>-jN</parameter> switch to
     114      speed them up.
    108115    </para>
    109116
  • introduction/welcome/changelog.xml

    rf13b771 r684ab13  
    4848      <para>April 19th, 2015</para>
    4949      <itemizedlist>
     50        <listitem>
     51          <para>[fernando] - Update to boost-1.58.0. Fixes
     52          <ulink url="&blfs-ticket-root;6412">#6412</ulink>.</para>
     53        </listitem>
    5054        <listitem>
    5155          <para>[fernando] - Update to postfix-3.0.1. Fixes
  • packages.ent

    rf13b771 r684ab13  
    7474
    7575<!ENTITY boost-major                  "1">
    76 <!ENTITY boost-minor                  "57">
     76<!ENTITY boost-minor                  "58">
    7777<!ENTITY boost-patch                  "0">
    7878<!ENTITY boost-version                "&boost-major;.&boost-minor;.&boost-patch;">
Note: See TracChangeset for help on using the changeset viewer.