Changeset 5699c638 for general/prog


Ignore:
Timestamp:
07/20/2023 06:49:40 PM (15 months ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
12.0, 12.1, 12.2, gimp3, ken/TL2024, ken/tuningfonts, lazarus, plabs/newcss, python3.11, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/for-12.3, xry111/llvm18, xry111/spidermonkey128
Children:
44ca200, fd42bb38
Parents:
79cf80f5
Message:

Update to cmake-3.27.0.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/cmake.xml

    r79cf80f5 r5699c638  
    77  <!ENTITY cmake-download-http "https://cmake.org/files/v&cmake-major-version;/cmake-&cmake-version;.tar.gz">
    88  <!ENTITY cmake-download-ftp  " ">
    9   <!ENTITY cmake-md5sum        "9095556a3b268fd88c995d2bb4c90320">
     9  <!ENTITY cmake-md5sum        "a3c5655f96d5c66fa2191909399e2216">
    1010  <!ENTITY cmake-size          "10 MB">
    11   <!ENTITY cmake-buildsize     "376 MB (add 1.1 GB for tests)">
    12   <!ENTITY cmake-time          "1.8 SBU (add 3.0 SBU for tests, both using parallelism=4)">
     11  <!ENTITY cmake-buildsize     "424 MB (add 1.2 GB for tests)">
     12  <!ENTITY cmake-time          "2.0 SBU (add 3.2 SBU for tests, both using parallelism=4)">
    1313]>
    1414
     
    128128            --mandir=/share/man  \
    129129            --no-system-jsoncpp  \
     130            --no-system-cppdap   \
    130131            --no-system-librhash \
    131132            --docdir=/share/doc/cmake-&cmake-version; &amp;&amp;
     
    139140      number of system cores. Setting <envar>LC_ALL</envar> is needed to
    140141      prevent some test failures when some of the locale variables are
    141       set to non English locales. One test, RunCMake.FindBoost, is known to fail.
     142      set to non English locales.
     143      <!--
     144        One test, RunCMake.FindBoost, is known to fail.
     145        Now cmake-3.27.0.  All tests pass.
     146      -->
    142147    </para>
    143148
     
    181186
    182187    <para>
    183       <parameter>--no-system-jsoncpp</parameter>: This switch removes the
     188      <parameter>--no-system-jsoncpp</parameter> and
     189      <parameter>--no-system-cppdap</parameter>: These switches remove the
    184190      <application>JSON-C++</application> library from the list of system
    185191      libraries. A bundled version of that library is used instead.
Note: See TracChangeset for help on using the changeset viewer.