Changeset f3efa2c


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

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r6125d92 rf3efa2c  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "06">                   <!-- Always 2 digits -->
     3<!ENTITY day          "07">                   <!-- Always 2 digits -->
    44<!ENTITY month        "02">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2015">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "February 6th, &year;">
     9<!ENTITY releasedate  "February 7th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • 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",
  • introduction/welcome/changelog.xml

    r6125d92 rf3efa2c  
    4444
    4545-->
     46
     47    <listitem>
     48      <para>February 7th, 2015</para>
     49      <itemizedlist>
     50        <listitem>
     51          <para>[fernando] - Update to cmake-3.1.2. Fixes
     52          <ulink url="&blfs-ticket-root;6119">#6119</ulink>.</para>
     53        </listitem>
     54      </itemizedlist>
     55    </listitem>
    4656
    4757    <listitem>
  • packages.ent

    r6125d92 rf3efa2c  
    247247<!ENTITY clisp-version                "2.49">
    248248<!ENTITY cmake-major-version          "3.1">
    249 <!ENTITY cmake-minor-version          "1">
     249<!ENTITY cmake-minor-version          "2">
    250250<!ENTITY cmake-version                "&cmake-major-version;.&cmake-minor-version;">
    251251<!ENTITY cvs-version                  "1.11.23">
  • xsoft/graphweb/firefox.xml

    r6125d92 rf3efa2c  
    256256
    257257    <para>
    258       where <replaceable>&lt;number&gt;</replaceable> is a integer between 1
     258      where <replaceable>&lt;number&gt;</replaceable> is an integer between 1
    259259      and the number of threads of your processor, inclusive. The variable
    260260      <envar>MOZ_MAKE_FLAGS</envar> governs the number of parallel processes
Note: See TracChangeset for help on using the changeset viewer.