Changeset cc64b232 for general/prog


Ignore:
Timestamp:
07/18/2020 09:37:11 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:
700cd09
Parents:
10c6468b
Message:

Update to cmake-3.18.0
Update to BIND-9.16.5

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/cmake.xml

    r10c6468b rcc64b232  
    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        "d47f23a9781b68014e77717f8e291bb7">
    10   <!ENTITY cmake-size          "9.0 MB">
    11   <!ENTITY cmake-buildsize     "340 MB (add 584 MB for tests)">
    12   <!ENTITY cmake-time          "3.2 SBU (add 3.4 SBU for tests, both using parallelism=4)">
     9  <!ENTITY cmake-md5sum        "94a7befd2ff39721a3de844d94bd7c62">
     10  <!ENTITY cmake-size          "8.6 MB">
     11  <!ENTITY cmake-buildsize     "348 MB (add 584 MB for tests)">
     12  <!ENTITY cmake-time          "3.2 SBU (add 3.3 SBU for tests, both using parallelism=4)">
    1313]>
    1414
     
    7575    </itemizedlist>
    7676
     77    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     78    <itemizedlist spacing="compact">
     79      <listitem>
     80        <para>
     81          Required patch:
     82          <ulink url="&patch-root;/cmake-&cmake-version;-regression_fix-1.patch"/>
     83        </para>
     84      </listitem>
     85    </itemizedlist>
     86
    7787    <bridgehead renderas="sect3">CMake Dependencies</bridgehead>
    7888
     
    8494    <bridgehead renderas="sect4">Recommended</bridgehead>
    8595    <para role="recommended">
    86       <xref linkend="curl"/> and
    87       <xref linkend="libarchive"/>
     96      <xref linkend="curl"/>,
     97      <xref linkend="libarchive"/>, and
     98      <xref linkend="nghttp2"/>
    8899    </para>
    89100
     
    102113  <sect2 role="installation">
    103114    <title>Installation of CMake</title>
     115
     116    <para>
     117      First, fix a regression that was discovered after the release of 3.18.0:
     118    </para>
     119
     120<screen><userinput remap="pre">patch -Np1 -i ../cmake-&cmake-version;-regression_fix-1.patch</userinput></screen>
    104121
    105122    <para>
     
    173190      <application>Qt</application>-based  GUI for
    174191      <application>CMake</application>.
     192    </para>
     193
     194    <para>
     195      <option>--parallel=</option>: This switch enables performing the
     196      <application>CMake</application> bootstrap with multiple jobs
     197      at one time.
    175198    </para>
    176199
Note: See TracChangeset for help on using the changeset viewer.