Changeset 1015ec3
- Timestamp:
- 12/15/2015 12:50:07 PM (9 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 7.10, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, 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/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 666920e
- Parents:
- 600a3b14
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
general/genlib/boost.xml
r600a3b14 r1015ec3 78 78 <para role="optional"> 79 79 <xref linkend="icu"/>, 80 <xref linkend="python2"/> and80 <xref linkend="python2"/> or <xref linkend="python3"/>, and 81 81 <ulink url="https://www.open-mpi.org/">Open MPI</ulink> 82 82 </para> … … 89 89 <sect2 role="installation"> 90 90 <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> 91 98 92 99 <para> … … 153 160 <command>b2</command> command lines, to run up to N processes in 154 161 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. 155 167 </para> 156 168 … … 178 190 libboost_math_tr1f.so, libboost_math_tr1l.so, 179 191 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, 181 193 libboost_serialization.so, libboost_signals.so, libboost_system.a, 182 194 libboost_system.so, libboost_test_exec_monitor.a, libboost_thread.so,
Note:
See TracChangeset
for help on using the changeset viewer.