Changeset f6308e8 for general


Ignore:
Timestamp:
08/01/2020 04:29:16 PM (4 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
6afd5cb
Parents:
fed4605f
Message:

Update to cmake-3.18.1

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23448 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/cmake.xml

    rfed4605f rf6308e8  
    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        "94a7befd2ff39721a3de844d94bd7c62">
     9  <!ENTITY cmake-md5sum        "bc0d668dba6ec081c664ae95b75540d6">
    1010  <!ENTITY cmake-size          "8.6 MB">
    11   <!ENTITY cmake-buildsize     "348 MB (add 584 MB for tests)">
     11  <!ENTITY cmake-buildsize     "348 MB (add 634 MB for tests)">
    1212  <!ENTITY cmake-time          "3.2 SBU (add 3.3 SBU for tests, both using parallelism=4)">
    1313]>
     
    7575    </itemizedlist>
    7676
     77<!--
    7778    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    7879    <itemizedlist spacing="compact">
     
    8485      </listitem>
    8586    </itemizedlist>
     87-->
    8688
    8789    <bridgehead renderas="sect3">CMake Dependencies</bridgehead>
     
    101103    <bridgehead renderas="sect4">Optional</bridgehead>
    102104    <para role="optional">
     105      <xref linkend="git"/> (for use during tests),
    103106      <xref linkend="qt5"/> (for the Qt-based GUI),
    104107      <xref linkend="subversion"/> (for testing), and
     
    114117    <title>Installation of CMake</title>
    115118
     119 <!-- This patch was applied in 3.18.1!
    116120    <para>
    117121      First, fix a regression that was discovered after the release of 3.18.0:
     
    119123
    120124<screen><userinput remap="pre">patch -Np1 -i ../cmake-&cmake-version;-regression_fix-1.patch</userinput></screen>
     125-->
    121126
    122127    <para>
Note: See TracChangeset for help on using the changeset viewer.