Changeset 40cc482
- Timestamp:
- 08/21/2018 12:26:17 AM (6 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.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, 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:
- 6b3a3fe4
- Parents:
- a15f629
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general/genlib/boost.xml
ra15f629 r40cc482 9 9 <!ENTITY boost-md5sum "ced776cb19428ab8488774e1415535ab"> 10 10 <!ENTITY boost-size "83 MB"> 11 <!ENTITY boost-buildsize " 900 MB (add 2 MB for checks)">12 <!ENTITY boost-time " 1.2 SBU (Using parallelism=4; add 1.1SBU for tests)">11 <!ENTITY boost-buildsize "1.3 GB (168 MB installed)"> 12 <!ENTITY boost-time "2.7 SBU (Using parallelism=4; add 1.2 SBU for tests)"> 13 13 ]> 14 14 … … 112 112 113 113 <para> 114 To run the Boost.Build's regression test, (<xref linkend="python2"/> 115 is required). In addition, one file needs to be renamed 116 to avoid a conflict with a standard python module. 114 To run the Boost.Build's regression test, <xref linkend="python2"/> 115 is required. 117 116 Run the tests with: issue <command>pushd tools/build/test; 118 117 python test_all.py; popd</command>. … … 122 121 <para> 123 122 To run every library's regression tests, issue <command>pushd status; 124 ../b2; popd</command>. A few tests may fail. They take very long (over125 120 SBU at -j1, 50 SBU at -j4) and use a very large amount of disk space126 ( up to 40 GB). You canuse the <parameter>-jN</parameter> switch to123 ../b2; popd</command>. A few tests may fail. They take a very long time 124 (over 119 SBU at -j4) and use a very large amount of disk space 125 (46 GB). You should use the <parameter>-jN</parameter> switch to 127 126 speed them up. 128 127 </para> … … 134 133 <!-- dev note: ./b2 - -prefix=<DESTDIR>/usr install threading=multi link=shared --> 135 134 136 <screen role="root"><userinput>./b2 install threading=multi link=shared</userinput></screen> 135 <screen role="root"><userinput>./b2 install threading=multi link=shared && 136 ln -svf detail/sha1.hpp /usr/include/boost/uuid/sha1.hpp</userinput></screen> 137 137 138 138 </sect2> … … 153 153 <application>Boost</application> only use the headers. Omit 154 154 this parameter if you do need static libraries. 155 </para> 156 157 <para> 158 <parameter>ln -svf detail/sha1.hpp ...</parameter>: The 159 <filename>uuid/sha1.hpp</filename> used to be a regular header, but by 160 boost_1_66_0 it had been changed to load the similar 161 <filename>detail/sha1.hpp</filename> header, with a message that it had 162 been deprecated. It has now been removed, but not every package which uses 163 it has been changed. An example is one of the libraries downloaded as a 164 git version by libreoffice. The symlink enables this and similar packages 165 to build. 155 166 </para> 156 167 … … 191 202 libboost_math_tr1f.so, libboost_math_tr1l.so, 192 203 libboost_prg_exec_monitor.so, libboost_program_options.so, 193 libboost_python .so or libboost_python3.so, libboost_random.so,204 libboost_python27.so or libboost_python3.so, libboost_random.so, 194 205 libboost_regex.so, libboost_serialization.so, libboost_signals.so, 195 206 libboost_stacktrace_addr2line.so, libboost_stacktrace_basic.so, … … 197 208 libboost_system.a, libboost_system.so, libboost_test_exec_monitor.a, 198 209 libboost_thread.so, libboost_timer.a, libboost_timer.so, 199 libboost_type_erasure.so, libboost_unit_test_framework.a,210 libboost_type_erasure.so, 200 211 libboost_unit_test_framework.so, 201 212 libboost_wave.so, and libboost_wserialization.so -
introduction/welcome/changelog.xml
ra15f629 r40cc482 45 45 <para>August 20th, 2018</para> 46 46 <itemizedlist> 47 <listitem> 48 <para>[ken] - Update to boost_1_68_0. Fixes 49 <ulink url="&blfs-ticket-root;11000">#11000</ulink>.</para> 50 </listitem> 47 51 <listitem> 48 52 <para>[bdubbs] - Update to mariadb-10.3.9. Fixes -
packages.ent
ra15f629 r40cc482 90 90 91 91 <!ENTITY boost-major "1"> 92 <!ENTITY boost-minor "6 7">92 <!ENTITY boost-minor "68"> 93 93 <!ENTITY boost-patch "0"> 94 94 <!ENTITY boost-version "&boost-major;.&boost-minor;.&boost-patch;">
Note:
See TracChangeset
for help on using the changeset viewer.