Changeset 0d7a65f


Ignore:
Timestamp:
01/23/2023 08:15:04 PM (15 months ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/xf86-video-removal
Children:
337ef48
Parents:
1ec4d083
Message:

Update to cmake-3.25.2.

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general/prog/cmake.xml

    r1ec4d083 r0d7a65f  
    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        "521a03b1c36412463eda0348bebf4765">
     9  <!ENTITY cmake-md5sum        "24cde56ea2dc5e22d7f5d1abc7a82258">
    1010  <!ENTITY cmake-size          "10 MB">
    11   <!ENTITY cmake-buildsize     "432 MB (add 1.1 GB for tests)">
    12   <!ENTITY cmake-time          "2.3 SBU (add 3.6 SBU for tests, both using parallelism=4)">
     11  <!ENTITY cmake-buildsize     "354 MB (add 1.1 GB for tests)">
     12  <!ENTITY cmake-time          "1.6 SBU (add 3.2 SBU for tests, both using parallelism=4)">
    1313]>
    1414
     
    142142      number of system cores. Setting <envar>LC_ALL</envar> is needed to
    143143      prevent some test failures when some of the locale variables are
    144       set to non English locales. Two tests, RunCMake.FindBoost and
    145       BundleUtilities, are known to fail.
     144      set to non English locales. One test, BundleUtilities, is known to fail.
    146145    </para>
    147146
  • introduction/welcome/changelog.xml

    r1ec4d083 r0d7a65f  
    4040    -->
    4141    <listitem>
    42       <para>January 22nd, 2023</para>
    43       <itemizedlist>
     42      <para>January 23rd, 2023</para>
     43      <itemizedlist>
     44        <listitem>
     45          <para>[bdubbs] - Update to cmake-3.25.2. Fixes
     46          <ulink url="&blfs-ticket-root;17539">#17539</ulink>.</para>
     47        </listitem>
    4448        <listitem>
    4549          <para>[renodr] - Update to gnome-desktop-43.1. Fixes
  • packages.ent

    r1ec4d083 r0d7a65f  
    304304<!ENTITY clisp-version                "2.49">
    305305<!ENTITY cmake-major-version          "3.25">
    306 <!ENTITY cmake-minor-version          "1">
     306<!ENTITY cmake-minor-version          "2">
    307307<!ENTITY cmake-version                "&cmake-major-version;.&cmake-minor-version;">
    308308<!ENTITY doxygen-version              "1.9.6">
Note: See TracChangeset for help on using the changeset viewer.