Ignore:
Timestamp:
08/22/2022 04:33:42 PM (21 months ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
11.2, 11.3, 12.0, 12.1, 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/llvm18, xry111/soup3, xry111/xf86-video-removal
Children:
2e7e583
Parents:
5c81396
Message:

Adapt CMake to use Boost-1.80.0 with FindBoost.
Tags

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/cmake.xml

    r5c81396 rdca2b43e  
    3838    </para>
    3939
    40     &lfs111_checked;
     40    &lfs112_checked;
    4141
    4242    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    7474    </itemizedlist>
    7575
    76 <!--
    7776    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    7877    <itemizedlist spacing="compact">
     
    8079        <para>
    8180          Required patch:
    82           <ulink url="&patch-root;/cmake-&cmake-version;-src_property_fix-1.patch"/>
     81          <ulink url="&patch-root;/cmake-&cmake-version;-upstream_fix-1.patch"/>
    8382        </para>
    8483      </listitem>
    8584    </itemizedlist>
    86 -->
     85
    8786
    8887    <bridgehead renderas="sect3">CMake Dependencies</bridgehead>
     
    119118    <title>Installation of CMake</title>
    120119
    121  <!-- This patch might be included in 3.19.1 and higher
    122     <para>
    123       First, fix a regression that was discovered after the release of 3.19.0:
    124     </para>
    125 
    126 <screen><userinput remap="pre">patch -Np1 -i ../cmake-&cmake-version;-src_property_fix-1.patch</userinput></screen>
    127 -->
     120    <para>
     121      First, adapt the FindBoost module to use Boost-1.80.0:
     122    </para>
     123
     124<screen><userinput remap="pre">patch -Np1 -i ../cmake-&cmake-version;-upstream_fix-1.patch</userinput></screen>
    128125
    129126    <para>
     
    149146      number of system cores. Setting <envar>LC_ALL</envar> is needed to
    150147      prevent some test failures when some of the locale variables are
    151       set to non English locales. One test, RunCMake.FindBoost, is known to fail.
     148      set to non English locales. Two tests, RunCMake.FindBoost and
     149      BundleUtilities, are known to fail.
    152150    </para>
    153151
Note: See TracChangeset for help on using the changeset viewer.