mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 23:07:23 +08:00
Update to cmake-3.25.2.
This commit is contained in:
parent
1ec4d0836c
commit
0d7a65f3f4
@ -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 "521a03b1c36412463eda0348bebf4765">
|
||||
<!ENTITY cmake-md5sum "24cde56ea2dc5e22d7f5d1abc7a82258">
|
||||
<!ENTITY cmake-size "10 MB">
|
||||
<!ENTITY cmake-buildsize "432 MB (add 1.1 GB for tests)">
|
||||
<!ENTITY cmake-time "2.3 SBU (add 3.6 SBU for tests, both using parallelism=4)">
|
||||
<!ENTITY cmake-buildsize "354 MB (add 1.1 GB for tests)">
|
||||
<!ENTITY cmake-time "1.6 SBU (add 3.2 SBU for tests, both using parallelism=4)">
|
||||
]>
|
||||
|
||||
<sect1 id="cmake" xreflabel="CMake-&cmake-version;">
|
||||
@ -141,8 +141,7 @@ make</userinput></screen>
|
||||
<replaceable><N></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. Two tests, RunCMake.FindBoost and
|
||||
BundleUtilities, are known to fail.
|
||||
set to non English locales. One test, BundleUtilities, is known to fail.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
|
@ -39,8 +39,12 @@
|
||||
</listitem>
|
||||
-->
|
||||
<listitem>
|
||||
<para>January 22nd, 2023</para>
|
||||
<para>January 23rd, 2023</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Update to cmake-3.25.2. Fixes
|
||||
<ulink url="&blfs-ticket-root;17539">#17539</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[renodr] - Update to gnome-desktop-43.1. Fixes
|
||||
<ulink url="&blfs-ticket-root;17542">#17542</ulink>.</para>
|
||||
|
@ -303,7 +303,7 @@ to avoid building libxml2 twice, which is slow with all deps -->
|
||||
<!ENTITY cbindgen-version "0.24.3">
|
||||
<!ENTITY clisp-version "2.49">
|
||||
<!ENTITY cmake-major-version "3.25">
|
||||
<!ENTITY cmake-minor-version "1">
|
||||
<!ENTITY cmake-minor-version "2">
|
||||
<!ENTITY cmake-version "&cmake-major-version;.&cmake-minor-version;">
|
||||
<!ENTITY doxygen-version "1.9.6">
|
||||
<!ENTITY gcc-version "12.2.0">
|
||||
|
Loading…
Reference in New Issue
Block a user