Ignore:
Timestamp:
02/07/2015 03:18:18 PM (9 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, 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:
889aa40
Parents:
6125d92
Message:

Update to cmake-3.1.2.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/cmake.xml

    r6125d92 rf3efa2c  
    77  <!ENTITY cmake-download-http "http://www.cmake.org/files/v&cmake-major-version;/cmake-&cmake-version;.tar.gz">
    88  <!ENTITY cmake-download-ftp  " ">
    9   <!ENTITY cmake-md5sum        "0ae4f25dbec66697c0c3cec1b9e885ae">
     9  <!ENTITY cmake-md5sum        "75f61184aa70664bc7b3158293950f04">
    1010  <!ENTITY cmake-size          "5.7 MB">
    11   <!ENTITY cmake-buildsize     "0.3 GB (additional 250 MB for tests)">
    12   <!ENTITY cmake-time          "2.0 SBU (additional 7.1 SBU for tests)">
     11  <!ENTITY cmake-buildsize     "259 MB (additional 245 MB for tests)">
     12  <!ENTITY cmake-time          "1.9 SBU (additional 1.9 SBU for tests, with paralelism=4)">
    1313]>
    1414
     
    114114            --system-libs       \
    115115            --mandir=/share/man \
    116             --docdir=/share/doc/cmake-&cmake-version;   &amp;&amp;
     116            --docdir=/share/doc/cmake-&cmake-version; &amp;&amp;
    117117make</userinput></screen>
    118118
    119119    <para>
    120       To test the results, issue: <command>bin/ctest</command>.
     120      To test the results, issue: <command>bin/ctest
     121      -j<replaceable>&lt;N&gt;</replaceable> -O
     122      ../cmake-&cmake-version;-test.log</command>, where
     123      <replaceable>&lt;N&gt;</replaceable> is an integer between 1 and the
     124      number of threads of your processor, inclusive.
    121125      <!-- Please, don't remove this comment, needed if tests start to fail
    122126      again. If you want to investigate a problem with a given "problem1-test",
Note: See TracChangeset for help on using the changeset viewer.