Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/cmake.xml

    r1871cff1 rbb31faa3  
    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        "2ecc4091021c44f400bfbb25dcc77e97">
    10   <!ENTITY cmake-size          "9.2 MB">
    11   <!ENTITY cmake-buildsize     "319 MB (add 881 MB for tests)">
    12   <!ENTITY cmake-time          "2.0 SBU (add 3.2 SBU for tests, both using parallelism=4)">
     9  <!ENTITY cmake-md5sum        "043d47c9a37755f3da1e8c1123e1a2dd">
     10  <!ENTITY cmake-size          "8.8 MB">
     11  <!ENTITY cmake-buildsize     "352 MB (add 699 MB for tests)">
     12  <!ENTITY cmake-time          "1.7 SBU (add 3.1 SBU for tests, both using parallelism=4)">
    1313]>
    1414
     
    1717
    1818  <sect1info>
     19    <othername>$LastChangedBy$</othername>
    1920    <date>$Date$</date>
    2021  </sect1info>
     
    3839    </para>
    3940
    40     &lfs110a_checked;
     41    &lfs10_checked;
    4142
    4243    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    102103    <bridgehead renderas="sect4">Optional</bridgehead>
    103104    <para role="optional">
    104       <xref linkend="gcc"/> (for gfortran),
    105105      <xref linkend="git"/> (for use during tests),
    106106      <xref linkend="mercurial"/> (for use during tests),
     
    143143
    144144    <para>
    145       To test the results, issue: <command>LC_ALL=en_US.UTF-8 bin/ctest
     145      To test the results, issue: <command>bin/ctest
    146146      -j<replaceable>&lt;N&gt;</replaceable> -O
    147147      cmake-&cmake-version;-test.log</command>, where
    148148      <replaceable>&lt;N&gt;</replaceable> is an integer between 1 and the
    149       number of system cores. Setting <envar>LC_ALL</envar> is needed to
    150       prevent some test failures when some of the locale variables are
    151       set to non English locales. One test, RunCMake.CMP0125. is known to fail.
    152     </para>
    153 
    154     <para>
    155       If you want to investigate a problem with a given "problem1-test",
     149      number of system cores. In case the environment variable
     150      <literal>LANG</literal> is set to a non-blank value and failures
     151      occur, try running the tests without having <literal>LANG</literal> set.
     152
     153     <!-- Please, don't remove this comment, needed if tests start to fail
     154      again. If you want to investigate a problem with a given "problem1-test",
    156155      use <command>bin/ctest -R "problem1-test"</command> and, to omit it, use
    157156      <command>bin/ctest -E "problem1-test"</command>. These options can be
     
    160159      available tests, and you can run <command>bin/ctest</command> for a
    161160      sub-set of tests by using separated by spaces names or numbers as
    162       options. Option -/-help can be used to show all options.
     161      options. Option -/-help can be used to show all options.-->
    163162    </para>
    164163
     
    248247          <para>
    249248            is a curses based interactive frontend to
    250             <command>cmake</command>
     249            <command>cmake</command>.
    251250          </para>
    252251          <indexterm zone="cmake ccmake">
     
    260259        <listitem>
    261260          <para>
    262             is the makefile generator
     261            is the makefile generator.
    263262          </para>
    264263          <indexterm zone="cmake cmake-prog">
     
    273272          <para>
    274273            (optional) is the <application>Qt</application>-based frontend to
    275             <command>cmake</command>
     274            <command>cmake</command>.
    276275          </para>
    277276          <indexterm zone="cmake cmake-gui">
     
    285284        <listitem>
    286285          <para>
    287             is the <application>CMake</application> packaging program
     286            is the <application>CMake</application> packaging program.
    288287          </para>
    289288          <indexterm zone="cmake cpack">
     
    297296        <listitem>
    298297          <para>
    299             is a testing utility for cmake-generated build trees
     298            is a testing utility for cmake-generated build trees.
    300299          </para>
    301300          <indexterm zone="cmake ctest">
Note: See TracChangeset for help on using the changeset viewer.