mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-27 18:02:12 +08:00
Update to cmake-3.24.0.
This commit is contained in:
parent
dbfc5bc1a5
commit
ff04d5051a
@ -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><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. One test, RunCMake.CMP0125, is known to fail.
|
||||
set to non English locales. One test, RunCMake.FindBoost, is known to fail.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
|
@ -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>
|
||||
|
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user