Changeset 81a1bf31
- Timestamp:
- 09/03/2020 03:55:56 AM (4 years ago)
- Branches:
- 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, gimp3, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 5c7dcead
- Parents:
- 9ef16a6f
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general/prog/cmake.xml
r9ef16a6f r81a1bf31 7 7 <!ENTITY cmake-download-http "https://cmake.org/files/v&cmake-major-version;/cmake-&cmake-version;.tar.gz"> 8 8 <!ENTITY cmake-download-ftp " "> 9 <!ENTITY cmake-md5sum " bc0d668dba6ec081c664ae95b75540d6">9 <!ENTITY cmake-md5sum "7a882b3764f42981705286ac9daa29c2"> 10 10 <!ENTITY cmake-size "8.6 MB"> 11 <!ENTITY cmake-buildsize "348 MB (add 63 4MB for tests)">12 <!ENTITY cmake-time "3.2 SBU (add 3. 3SBU for tests, both using parallelism=4)">11 <!ENTITY cmake-buildsize "348 MB (add 632 MB for tests)"> 12 <!ENTITY cmake-time "3.2 SBU (add 3.1 SBU for tests, both using parallelism=4)"> 13 13 ]> 14 14 … … 105 105 <xref linkend="git"/> (for use during tests), 106 106 <xref linkend="qt5"/> (for the Qt-based GUI), 107 <xref linkend="subversion"/> (for testing), and 107 <xref linkend="subversion"/> (for testing), 108 <ulink url="http://rhash.sourceforge.net/">rhash</ulink>, and 108 109 <ulink url="https://pypi.python.org/pypi/Sphinx">Sphinx</ulink> (for building documents) 109 110 </para> … … 190 191 <application>JSON-C++</application> library from the list of system 191 192 libraries. A bundled version of that library is used instead. 193 </para> 194 195 <para> 196 <parameter>--no-system-librhash</parameter>: This switch removes the 197 <application>librhash</application> library from the list of system 198 libraries used. A bundled version of that library is used instead. 192 199 </para> 193 200 -
introduction/welcome/changelog.xml
r9ef16a6f r81a1bf31 45 45 <para>September 2nd, 2020</para> 46 46 <itemizedlist> 47 <listitem> 48 <para>[renodr] - Update to cmake-3.18.2. Fixes 49 <ulink url="&blfs-ticket-root;13950">#13950</ulink>.</para> 50 </listitem> 47 51 <listitem> 48 52 <para>[renodr] - Update to libuv-1.39.0. Fixes -
packages.ent
r9ef16a6f r81a1bf31 323 323 <!ENTITY clisp-version "2.49"> 324 324 <!ENTITY cmake-major-version "3.18"> 325 <!ENTITY cmake-minor-version " 1">325 <!ENTITY cmake-minor-version "2"> 326 326 <!ENTITY cmake-version "&cmake-major-version;.&cmake-minor-version;"> 327 327 <!ENTITY dejagnu-version "1.6.2">
Note:
See TracChangeset
for help on using the changeset viewer.