Changeset 9ea9aa7 for general/prog/cmake.xml
- Timestamp:
- 04/06/2016 11:23:04 PM (8 years ago)
- Branches:
- systemd-13485
- Children:
- c7facee
- Parents:
- 02d46cb
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
general/prog/cmake.xml
r02d46cb r9ea9aa7 7 7 <!ENTITY cmake-download-http "http://www.cmake.org/files/v&cmake-major-version;/cmake-&cmake-version;.tar.gz"> 8 8 <!ENTITY cmake-download-ftp " "> 9 <!ENTITY cmake-md5sum " 4cb3ff35b2472aae70f542116d616e63">9 <!ENTITY cmake-md5sum "33c5d09d4c33d4ffcc63578a6ba8777e"> 10 10 <!ENTITY cmake-size "6.5 MB"> 11 <!ENTITY cmake-buildsize " 704 MB (with tests and cmake-gui)">12 <!ENTITY cmake-time "4 SBU, with parallelism = 4 (with tests and cmake-gui)">11 <!ENTITY cmake-buildsize "346 MB (648 MB with tests and cmake-gui)"> 12 <!ENTITY cmake-time "4.2 SBU (12.1 SBU with tests and cmake-gui)"> 13 13 ]> 14 14 … … 124 124 <replaceable><N></replaceable> is an integer between 1 and the 125 125 number of system cores. For some systems, it may be necessary to run the 126 tests only for Qt4 using <command>source setq4</command>, then 127 <command>export CXXFLAGS="-std=c++11"</command> before the 128 <command>./bootstrap ...</command>) command. If used, be sure to 129 <command>unset CXXFLAGS</command> after the tests. One of the problematic 130 tests relates to the test procedures finding the correct Qt files. Eight 131 of 447 tests are known to fail under some circumstances related to Gtk+2 126 tests only for Qt4 using <command>source setq4</command> before the 127 <command>./bootstrap ...</command>) command. One of the problematic 128 tests relates to the test procedures finding the correct Qt files. One 129 of 444 tests is known to fail under some circumstances related to Gtk+2 132 130 and c++ standards. 133 131
Note:
See TracChangeset
for help on using the changeset viewer.