Changeset 1015ec3 for general/genlib


Ignore:
Timestamp:
12/15/2015 12:50:07 PM (8 years ago)
Author:
Igor Živković <igor@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 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:
666920e
Parents:
600a3b14
Message:

boost can use python3

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/boost.xml

    r600a3b14 r1015ec3  
    7878    <para role="optional">
    7979      <xref linkend="icu"/>,
    80       <xref linkend="python2"/> and
     80      <xref linkend="python2"/> or <xref linkend="python3"/>, and
    8181      <ulink url="https://www.open-mpi.org/">Open MPI</ulink>
    8282    </para>
     
    8989  <sect2 role="installation">
    9090    <title>Installation of Boost</title>
     91
     92    <para>
     93      If you want Boost to use Python3 instead of Python2, fix a bug with
     94      the header files path:
     95    </para>
     96
     97<screen><userinput>sed "/include.*python.*version/s/ ;/m ;/" -i tools/build/src/tools/python.jam</userinput></screen>
    9198
    9299    <para>
     
    153160       <command>b2</command> command lines, to run up to N processes in
    154161       parallel.
     162    </para>
     163
     164    <para>
     165      <option>--with-python=python3</option>: Add this switch if you want Boost
     166      to use Python3 instead of Python2.
    155167    </para>
    156168
     
    178190          libboost_math_tr1f.so, libboost_math_tr1l.so,
    179191          libboost_prg_exec_monitor.so, libboost_program_options.so,
    180           libboost_python.so, libboost_random.so, libboost_regex.so,
     192          libboost_python.so, libboost_python3.so, libboost_random.so, libboost_regex.so,
    181193          libboost_serialization.so, libboost_signals.so, libboost_system.a,
    182194          libboost_system.so, libboost_test_exec_monitor.a, libboost_thread.so,
Note: See TracChangeset for help on using the changeset viewer.