Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/boost.xml

    r3166e3c r23ce4179  
    55  %general-entities;
    66
    7   <!ENTITY boost-download-http "https://boostorg.jfrog.io/artifactory/main/release/&boost-version;/source/boost_&boost-dl-version;.tar.bz2">
     7  <!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        "09dc857466718f27237144c6f2432d86">
    10   <!ENTITY boost-size          "105 MB">
    11   <!ENTITY boost-buildsize     "1.0 GB (189 MB installed)">
    12   <!ENTITY boost-time          "1.7 SBU (Using parallelism=4; add 1.3 SBU for tests)">
     9  <!ENTITY boost-md5sum        "ea217ed7c4414e93d44106c316966ae1">
     10  <!ENTITY boost-size          "116 MB">
     11  <!ENTITY boost-buildsize     "1.1 GB (175 MB installed)">
     12  <!ENTITY boost-time          "1.3 SBU (Using parallelism=4; add 1.3 SBU for tests)">
    1313]>
    1414
     
    1717
    1818  <sect1info>
     19    <othername>$LastChangedBy$</othername>
    1920    <date>$Date$</date>
    2021  </sect1info>
     
    3637    </para>
    3738
    38     &lfs110a_checked;
     39    &lfs10_checked;
    3940
    4041    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    103104  <sect2 role="installation">
    104105    <title>Installation of Boost</title>
    105 
     106<!--
     107    <para>
     108      First, apply a patch wwhich allows to build libreoffice with GCC 10
     109      and later:
     110    </para>
     111
     112<screen><userinput>patch -Np1 -i ../boost-&boost-version;-gcc_10-1.patch</userinput></screen>
     113-->
    106114    <para>
    107115      This package can be built with several jobs running in parallel. In
     
    116124
    117125    <para>
    118       To run the Boost.Build's regression test, issue
    119       <command>pushd tools/build/test; python3 test_all.py; popd</command>.
    120       All 154 tests should pass.
     126      To run the Boost.Build's regression test,
     127      issue <command>pushd tools/build/test;
     128      python3 test_all.py; popd</command>.
     129      All 153 tests should pass.
    121130    </para>
    122131
     
    135144<!-- dev note: ./b2 - -prefix=<DESTDIR>/usr install threading=multi link=shared -->
    136145
    137 <screen role="root"><userinput>./b2 install threading=multi link=shared   <!--      &amp;&amp;
     146<screen role="root"><userinput>./b2 install threading=multi link=shared           <!--      &amp;&amp;
    138147        ln -svf detail/sha1.hpp /usr/include/boost/uuid/sha1.hpp--></userinput></screen>
    139148
     
    155164      <application>Boost</application> only use the headers. Omit
    156165      this parameter if you do need static libraries.
     166    </para>
     167
     168    <para>
     169      <parameter>ln -svf detail/sha1.hpp ...</parameter>: The
     170      <filename>uuid/sha1.hpp</filename> used to be a regular header, but by
     171      boost_1_66_0 it had been changed to load the similar
     172      <filename>detail/sha1.hpp</filename> header, with a message that it had
     173      been deprecated. It has now been removed, but not every package which uses
     174      it has been changed. An example is one of the libraries downloaded as a
     175      git version by libreoffice. The symlink enables this and similar packages
     176      to build.
    157177    </para>
    158178
     
    188208          libboost_context.so, libboost_contract.so, libboost_coroutine.so,
    189209          libboost_date_time.so, libboost_exception.a, libboost_fiber.so,
    190           libboost_filesystem.so, libboost_graph.so, libboost_iostreams.so,
    191           libboost_json.so, libboost_locale.so,
     210          libboost_filesystem.so,
     211          libboost_graph.so, libboost_iostreams.so, libboost_locale.so,
    192212          libboost_log_setup.so, libboost_log.so, libboost_math_c99.so,
    193213          libboost_math_c99f.so, libboost_math_c99l.so, libboost_math_tr1.so,
    194214          libboost_math_tr1f.so, libboost_math_tr1l.so,
    195           libboost_nowide.so, libboost_numpy39.so,
     215          libboost_nowide.so,
    196216          libboost_prg_exec_monitor.so, libboost_program_options.so,
    197           libboost_python3&python3-minor;.so, libboost_random.so,
     217          libboost_python38.so, libboost_random.so,
    198218          libboost_regex.so, libboost_serialization.so,
    199219          libboost_stacktrace_addr2line.so, libboost_stacktrace_basic.so,
Note: See TracChangeset for help on using the changeset viewer.