Changeset b2651a58 for general


Ignore:
Timestamp:
12/27/2022 10:06:10 PM (21 months ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
11.3, 12.0, 12.1, 12.2, gimp3, 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, xry111/for-12.3, xry111/llvm18, xry111/spidermonkey128, xry111/xf86-video-removal
Children:
8b4a729
Parents:
e29b55b2
Message:

Update to boost_1_81_0.

This package builds without issue, but 20 out of 167 tests fail when
python-3.11 is used. If python-3.10 is used, all tests pass. If
python is a symlink to python2 and the tests are run with that, all
tests pass.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/boost.xml

    re29b55b2 rb2651a58  
    77  <!ENTITY boost-download-http "https://boostorg.jfrog.io/artifactory/main/release/&boost-version;/source/boost_&boost-dl-version;.tar.bz2">
    88  <!ENTITY boost-download-ftp  " ">
    9   <!ENTITY boost-md5sum        "df7dc2fc6de751753198a5bf70210da7">
    10   <!ENTITY boost-size          "111 MB">
    11   <!ENTITY boost-buildsize     "1.1 GB (191 MB installed)">
    12   <!ENTITY boost-time          "1.5 SBU (Using parallelism=4; add 1.2 SBU for tests)">
     9  <!ENTITY boost-md5sum        "3276c0637d1be8687740c550237ef999">
     10  <!ENTITY boost-size          "113 MB">
     11  <!ENTITY boost-buildsize     "1.1 GB (195 MB installed)">
     12  <!ENTITY boost-time          "1.4 SBU (Using parallelism=4; add 1.2 SBU for tests)">
    1313]>
     14
     15<!-- Editors: Check test failures with python-3.11 -->
    1416
    1517<sect1 id="boost" xreflabel="Boost-&boost-version;">
     
    115117      To run the Boost.Build's regression test, issue
    116118      <command>pushd tools/build/test; python3 test_all.py; popd</command>.
    117       All 168 tests should pass.
     119      With python-3.10.x all 168 tests should pass.  With
     120      <xref linkend='python3'/>, 20 tests fail for undetermined reasons.
    118121    </para>
    119122
Note: See TracChangeset for help on using the changeset viewer.