Changeset 9873d1ea for general


Ignore:
Timestamp:
08/17/2020 06:23:35 AM (4 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
3979b674
Parents:
2da40d0
Message:

Vim-8.2.1361
boost-1.74.0
libreoffice-6.4.6.2
a few tags

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

Location:
general
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/boost.xml

    r2da40d0 r9873d1ea  
    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        "9273c8c4576423562bbe84574b07b2bd">
    10   <!ENTITY boost-size          "104 MB">
     9  <!ENTITY boost-md5sum        "da07ca30dd1c0d1fdedbd487efee01bd">
     10  <!ENTITY boost-size          "105 MB">
    1111  <!ENTITY boost-buildsize     "1.1 GB (175 MB installed)">
    12   <!ENTITY boost-time          "1.6 SBU (Using parallelism=4; add 1.2 SBU for tests)">
     12  <!ENTITY boost-time          "1.8 SBU (Using parallelism=4; add 1.2 SBU for tests)">
    1313]>
    1414
     
    7272      </listitem>
    7373    </itemizedlist>
    74 
     74    <!--
    7575    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    7676    <itemizedlist spacing="compact">
     
    8282      </listitem>
    8383    </itemizedlist>
     84    -->
    8485
    8586    <bridgehead renderas="sect3">Boost Dependencies</bridgehead>
     
    103104  <sect2 role="installation">
    104105    <title>Installation of Boost</title>
    105 
     106<!--
    106107    <para>
    107108      First, apply a patch wwhich allows to build libreoffice with GCC 10
     
    110111
    111112<screen><userinput>patch -Np1 -i ../boost-&boost-version;-gcc_10-1.patch</userinput></screen>
    112 
     113-->
    113114    <para>
    114115      This package can be built with several jobs running in parallel. In
     
    119120
    120121
    121 <screen><userinput>./bootstrap.sh --prefix=/usr &amp;&amp;
     122<screen><userinput>./bootstrap.sh --prefix=/usr --with-python=python3 &amp;&amp;
    122123./b2 stage -j<replaceable>&lt;N&gt;</replaceable> threading=multi link=shared</userinput></screen>
    123124
     
    143144<!-- dev note: ./b2 - -prefix=<DESTDIR>/usr install threading=multi link=shared -->
    144145
    145 <screen role="root"><userinput>./b2 install threading=multi link=shared                 &amp;&amp;
    146 ln -svf detail/sha1.hpp /usr/include/boost/uuid/sha1.hpp</userinput></screen>
     146<screen role="root"><userinput>./b2 install threading=multi link=shared           <!--      &amp;&amp;
     147        ln -svf detail/sha1.hpp /usr/include/boost/uuid/sha1.hpp--></userinput></screen>
    147148
    148149  </sect2>
     
    204205        </seg>
    205206        <seg>
    206           libboost_atomic.so, libboost_chrono.so,
    207           libboost_container.so, libboost_context.so, libboost_coroutine.so,
     207          libboost_atomic.so, libboost_chrono.so, libboost_container.so,
     208          libboost_context.so, libboost_contract.so, libboost_coroutine.so,
    208209          libboost_date_time.so, libboost_exception.a, libboost_fiber.so,
    209210          libboost_filesystem.so,
     
    212213          libboost_math_c99f.so, libboost_math_c99l.so, libboost_math_tr1.so,
    213214          libboost_math_tr1f.so, libboost_math_tr1l.so,
    214           libboost_nowide.so, libboost_numpy27.so,
     215          libboost_nowide.so,
    215216          libboost_prg_exec_monitor.so, libboost_program_options.so,
    216           libboost_python27.so or libboost_python3.so, libboost_random.so,
     217          libboost_python38.so, libboost_random.so,
    217218          libboost_regex.so, libboost_serialization.so,
    218219          libboost_stacktrace_addr2line.so, libboost_stacktrace_basic.so,
  • general/prog/scons.xml

    r2da40d0 r9873d1ea  
    3535    </para>
    3636
    37     &lfs91_checked;
     37    &lfs10_checked;
    3838
    3939    <bridgehead renderas="sect3">Package Information</bridgehead>
  • general/prog/subversion.xml

    r2da40d0 r9873d1ea  
    4848    </para>
    4949
    50     &lfs91_checked;
     50    &lfs10_checked;
    5151
    5252    <bridgehead renderas="sect3">Package Information</bridgehead>
  • general/sysutils/elogind.xml

    r2da40d0 r9873d1ea  
    4242    </para>
    4343
    44     &lfs91_checked;
     44    &lfs10_checked;
    4545
    4646    <bridgehead renderas="sect3">Package Information</bridgehead>
Note: See TracChangeset for help on using the changeset viewer.