Changeset 0380184


Ignore:
Timestamp:
03/09/2023 07:03:53 PM (14 months ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
12.0, 12.1, kea, ken/TL2024, ken/tuningfonts, lazarus, lxqt, plabs/newcss, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/xf86-video-removal
Children:
25d274a
Parents:
cffa49c
Message:

Update to cmake-3.25.3.

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general/prog/cmake.xml

    rcffa49c r0380184  
    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        "24cde56ea2dc5e22d7f5d1abc7a82258">
     9  <!ENTITY cmake-md5sum        "8155fe793c468993ae4614f774826466">
    1010  <!ENTITY cmake-size          "10 MB">
    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)">
     11  <!ENTITY cmake-buildsize     "369 MB (add 1.1 GB for tests)">
     12  <!ENTITY cmake-time          "1.9 SBU (add 3.0 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. One test, BundleUtilities, is known to fail.
     144      set to non English locales. One test, RunCMake.FindBoost, is known to fail.
    145145    </para>
    146146
  • introduction/welcome/changelog.xml

    rcffa49c r0380184  
    4040    -->
    4141    <listitem>
     42      <para>March 9th, 2023</para>
     43      <itemizedlist>
     44        <listitem>
     45          <para>[bdubbs] - Update to cmake-3.25.3. Fixes
     46          <ulink url="&blfs-ticket-root;17766">#17766</ulink>.</para>
     47        </listitem>
     48      </itemizedlist>
     49    </listitem>
     50
     51    <listitem>
    4252      <para>March 8th, 2023</para>
    4353      <itemizedlist>
  • packages.ent

    rcffa49c r0380184  
    307307<!ENTITY clisp-version                "2.49">
    308308<!ENTITY cmake-major-version          "3.25">
    309 <!ENTITY cmake-minor-version          "2">
     309<!ENTITY cmake-minor-version          "3">
    310310<!ENTITY cmake-version                "&cmake-major-version;.&cmake-minor-version;">
    311311<!ENTITY doxygen-version              "1.9.6">
Note: See TracChangeset for help on using the changeset viewer.