Update to cmake-3.24.0.

This commit is contained in:
Bruce Dubbs 2022-08-16 19:15:11 -05:00
parent dbfc5bc1a5
commit ff04d5051a
3 changed files with 11 additions and 7 deletions

View File

@ -6,10 +6,10 @@
<!ENTITY cmake-download-http "https://cmake.org/files/v&cmake-major-version;/cmake-&cmake-version;.tar.gz">
<!ENTITY cmake-download-ftp " ">
<!ENTITY cmake-md5sum "152b841f6b3e3380373cd7af5ef44d57">
<!ENTITY cmake-size "9.5 MB">
<!ENTITY cmake-buildsize "344 MB (add 1.0 GB for tests)">
<!ENTITY cmake-time "2.0 SBU (add 3.0 SBU for tests, both using parallelism=4)">
<!ENTITY cmake-md5sum "023acd4323c0c1a1500b4474f47b5709">
<!ENTITY cmake-size "9.9 MB">
<!ENTITY cmake-buildsize "356 MB (add 1.1 GB for tests)">
<!ENTITY cmake-time "2.1 SBU (add 3.1 SBU for tests, both using parallelism=4)">
]>
<sect1 id="cmake" xreflabel="CMake-&cmake-version;">
@ -148,7 +148,7 @@ make</userinput></screen>
<replaceable>&lt;N&gt;</replaceable> is an integer between 1 and the
number of system cores. Setting <envar>LC_ALL</envar> is needed to
prevent some test failures when some of the locale variables are
set to non English locales. One test, RunCMake.CMP0125, is known to fail.
set to non English locales. One test, RunCMake.FindBoost, is known to fail.
</para>
<para>

View File

@ -44,6 +44,10 @@
<listitem>
<para>August 16th, 2022</para>
<itemizedlist>
<listitem>
<para>[bdubbs] - Update to cmake-3.24.0. Fixes
<ulink url="&blfs-ticket-root;16864">#16864</ulink>.</para>
</listitem>
<listitem>
<para>[bdubbs] - Update to nspr-4.34.1. Fixes
<ulink url="&blfs-ticket-root;16863">#16863</ulink>.</para>

View File

@ -340,8 +340,8 @@ to avoid building libxml2 twice, which is slow with all deps -->
<!ENTITY cbindgen-version "0.24.3">
<!ENTITY check-version "0.12.0">
<!ENTITY clisp-version "2.49">
<!ENTITY cmake-major-version "3.23">
<!ENTITY cmake-minor-version "3">
<!ENTITY cmake-major-version "3.24">
<!ENTITY cmake-minor-version "0">
<!ENTITY cmake-version "&cmake-major-version;.&cmake-minor-version;">
<!ENTITY dejagnu-version "1.6.2">
<!ENTITY doxygen-version "1.9.4">