Changeset 81a1bf31 for general


Ignore:
Timestamp:
09/03/2020 03:55:56 AM (4 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
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:
5c7dcead
Parents:
9ef16a6f
Message:

Update to cmake-3.18.2

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/cmake.xml

    r9ef16a6f r81a1bf31  
    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        "bc0d668dba6ec081c664ae95b75540d6">
     9  <!ENTITY cmake-md5sum        "7a882b3764f42981705286ac9daa29c2">
    1010  <!ENTITY cmake-size          "8.6 MB">
    11   <!ENTITY cmake-buildsize     "348 MB (add 634 MB for tests)">
    12   <!ENTITY cmake-time          "3.2 SBU (add 3.3 SBU for tests, both using parallelism=4)">
     11  <!ENTITY cmake-buildsize     "348 MB (add 632 MB for tests)">
     12  <!ENTITY cmake-time          "3.2 SBU (add 3.1 SBU for tests, both using parallelism=4)">
    1313]>
    1414
     
    105105      <xref linkend="git"/> (for use during tests),
    106106      <xref linkend="qt5"/> (for the Qt-based GUI),
    107       <xref linkend="subversion"/> (for testing), and
     107      <xref linkend="subversion"/> (for testing),
     108      <ulink url="http://rhash.sourceforge.net/">rhash</ulink>, and
    108109      <ulink url="https://pypi.python.org/pypi/Sphinx">Sphinx</ulink> (for building documents)
    109110    </para>
     
    190191      <application>JSON-C++</application> library from the list of system
    191192      libraries. A bundled version of that library is used instead.
     193    </para>
     194
     195    <para>
     196      <parameter>--no-system-librhash</parameter>: This switch removes the
     197      <application>librhash</application> library from the list of system
     198      libraries used. A bundled version of that library is used instead.
    192199    </para>
    193200
Note: See TracChangeset for help on using the changeset viewer.