Changeset 6b241ec for general


Ignore:
Timestamp:
11/18/2015 02:29:36 AM (8 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.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:
7ed0e9d
Parents:
f18cc7d
Message:
  • Update to taglib-1.10.
  • Update to cmake-3.4.0.
  • Update to wget-1.17.
  • Update to libinput-1.1.1.
  • Qt-5.5.1: add libinput-1.1.1 as optional dependency.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/cmake.xml

    rf18cc7d r6b241ec  
    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        "5febbd11bcaac854a27eebaf4a124be2">
    10   <!ENTITY cmake-size          "6.3 MB">
    11   <!ENTITY cmake-buildsize     "316 MB">
    12   <!ENTITY cmake-time          "4.1 SBU">
     9  <!ENTITY cmake-md5sum        "cd3034e0a44256a0917e254167217fc8">
     10  <!ENTITY cmake-size          "6.5 MB">
     11  <!ENTITY cmake-buildsize     "696 MB (with tests and cmake-gui)">
     12  <!ENTITY cmake-time          "4.6 SBU, with parallelism = 4 (with tests and cmake-gui)">
    1313]>
    1414
     
    119119
    120120    <para>
    121       To test the results, issue: <command>bin/ctest
    122       -j<replaceable>&lt;N&gt;</replaceable> -O
    123       ../cmake-&cmake-version;-test.log</command>, where
     121      To test the results, issue:
     122      <command>bin/ctest -j<replaceable>&lt;N&gt;</replaceable> -O
     123      ../cmake-&cmake-version;-test.log</command>,
     124      where
    124125      <replaceable>&lt;N&gt;</replaceable> is an integer between 1 and the
    125       number of threads of your processor, inclusive. Current results: 99% tests
    126       passed, 1 test failed out of 433.
     126      number of threads of your processor, inclusive. For some systems, it may
     127      be necessary to run the tests only for Qt4 using
     128      <command>source setq4</command>, then
     129      <command>export CXXFLAGS="-std=c++11"</command> (just before
     130      <command>./bootstrap ...</command>) and remember to unset it after
     131      finishing, with
     132      <command>unset CXXFLAGS</command>.
     133      The worst case we have obtained in problematic systems, without those
     134      extra commands, was 98% of 447 tests passed.
    127135      <!-- Please, don't remove this comment, needed if tests start to fail
    128136      again. If you want to investigate a problem with a given "problem1-test",
     
    134142      sub-set of tests by using separated by spaces names or numbers as
    135143      options. Option -/-help can be used to show all options.-->
    136 
    137144    </para>
    138145
Note: See TracChangeset for help on using the changeset viewer.