Changeset ff04d50


Ignore:
Timestamp:
08/17/2022 12:15:11 AM (21 months ago)
Author:
Bruce Dubbs <bdubbs@…>
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:
e4bc136
Parents:
dbfc5bc1
Message:

Update to cmake-3.24.0.

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general/prog/cmake.xml

    rdbfc5bc1 rff04d50  
    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        "152b841f6b3e3380373cd7af5ef44d57">
    10   <!ENTITY cmake-size          "9.5 MB">
    11   <!ENTITY cmake-buildsize     "344 MB (add 1.0 GB for tests)">
    12   <!ENTITY cmake-time          "2.0 SBU (add 3.0 SBU for tests, both using parallelism=4)">
     9  <!ENTITY cmake-md5sum        "023acd4323c0c1a1500b4474f47b5709">
     10  <!ENTITY cmake-size          "9.9 MB">
     11  <!ENTITY cmake-buildsize     "356 MB (add 1.1 GB for tests)">
     12  <!ENTITY cmake-time          "2.1 SBU (add 3.1 SBU for tests, both using parallelism=4)">
    1313]>
    1414
     
    149149      number of system cores. Setting <envar>LC_ALL</envar> is needed to
    150150      prevent some test failures when some of the locale variables are
    151       set to non English locales. One test, RunCMake.CMP0125, is known to fail.
     151      set to non English locales. One test, RunCMake.FindBoost, is known to fail.
    152152    </para>
    153153
  • introduction/welcome/changelog.xml

    rdbfc5bc1 rff04d50  
    4545      <para>August 16th, 2022</para>
    4646      <itemizedlist>
     47        <listitem>
     48          <para>[bdubbs] - Update to cmake-3.24.0. Fixes
     49          <ulink url="&blfs-ticket-root;16864">#16864</ulink>.</para>
     50        </listitem>
    4751        <listitem>
    4852          <para>[bdubbs] - Update to nspr-4.34.1. Fixes
  • packages.ent

    rdbfc5bc1 rff04d50  
    341341<!ENTITY check-version                "0.12.0">
    342342<!ENTITY clisp-version                "2.49">
    343 <!ENTITY cmake-major-version          "3.23">
    344 <!ENTITY cmake-minor-version          "3">
     343<!ENTITY cmake-major-version          "3.24">
     344<!ENTITY cmake-minor-version          "0">
    345345<!ENTITY cmake-version                "&cmake-major-version;.&cmake-minor-version;">
    346346<!ENTITY dejagnu-version              "1.6.2">
Note: See TracChangeset for help on using the changeset viewer.