Changeset 54bed77b


Ignore:
Timestamp:
02/26/2012 12:31:59 AM (12 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
24eb853a
Parents:
9681d3f
Message:

boost-1.49.0

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r9681d3f r54bed77b  
    227227<!ENTITY wv-version                   "1.2.9">
    228228<!ENTITY clucene-version              "0.9.21b">
    229 <!ENTITY boost-version                "1.45.0">
     229<!ENTITY boost-version                "1.49.0">
    230230<!ENTITY qca-version                  "2.0.3">
    231231<!ENTITY libdbusmenu-qt-version       "0.7.0">
  • general/genlib/boost.xml

    r9681d3f r54bed77b  
    55  %general-entities;
    66
    7   <!ENTITY boost-download-http "&sourceforge-repo;/boost/boost_1_45_0.tar.bz2">
     7  <!ENTITY boost-download-http "&sourceforge-repo;/boost/boost_1_49_0.tar.bz2">
    88  <!ENTITY boost-download-ftp  " ">
    9   <!ENTITY boost-md5sum        "d405c606354789d0426bc07bea617e58">
    10   <!ENTITY boost-size          "39 MB">
    11   <!ENTITY boost-buildsize     "436 MB">
    12   <!ENTITY boost-time          "6.4 SBU">
     9  <!ENTITY boost-md5sum        "0d202cb811f934282dea64856a175698">
     10  <!ENTITY boost-size          "47 MB">
     11  <!ENTITY boost-buildsize     "764 MB for default build - 634MB without static libs">
     12  <!ENTITY boost-time          "10 SBU for default build - 5.5 SBU without static libs">
    1313]>
    1414
     
    3333    portable C++ source libraries.</para>
    3434
    35     &lfs67_checked;
     35    &lfs70_checked;
    3636
    3737    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    8484    commands as the <systemitem class="username">root</systemitem> user:</para>
    8585
    86 <screen><userinput>./bootstrap.sh --prefix=/usr --libdir=/usr/lib &amp;&amp;
    87 ./bjam install</userinput></screen>
     86<screen><userinput>./bootstrap.sh --prefix=/usr &amp;&amp;
     87./b2 install link=shared</userinput></screen>
    8888
    8989  </sect2>
    90 <!--
     90
    9191  <sect2 role="commands">
    9292    <title>Command Explanations</title>
    9393
    94     <para><option>- -xyz</option>: This option is set for ...</para>
     94    <para><parameter>link=shared</parameter>: This parameter ensures that only shared
     95    libraries are created, except for libboost_exception and libboost_test_exec_monitor
     96    which are created as static. Most people will not need the static libraries, indeed
     97    most programs using boost only use the headers, but omit this parameter if you
     98    do need them.</para>
    9599
    96100  </sect2>
    97 -->
     101
    98102  <sect2 role="content">
    99103    <title>Contents</title>
     
    106110      <seglistitem>
    107111        <seg>None</seg>
    108         <seg>libboost_{date_time, filesystem, graph, iostreams, math_*,
    109 prg_exec_monitor, program_options, python, random, regex, serialization,
    110 signals, system, test_exec_monitor, thread, unit_test_framework,
    111 wave, wserialization}.{so,a}</seg>
     112        <seg>libboost_{chrono, date_time, filesystem, graph, iostreams, locale, math_*,
     113        prg_exec_monitor, program_options, python, random, regex, serialization,
     114        signals, system, thread, unit_test_framework,
     115        wave, wserialization}.{so,a}, libboost_exception.a, libboost_test_monitor.a</seg>
    112116        <seg>/usr/include/boost</seg>
    113117      </seglistitem>
  • introduction/welcome/changelog.xml

    r9681d3f r54bed77b  
    5050          doing the work and sending a patch.</para>
    5151        </listitem>
     52        <listitem>
     53          <para>[ken] - updated to boost-1.49.</para>
     54        </listitem>
    5255      </itemizedlist>
    5356    </listitem>
Note: See TracChangeset for help on using the changeset viewer.