Changeset 7b45a275 for general/prog


Ignore:
Timestamp:
12/15/2017 08:07:19 PM (6 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.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, 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:
fced775
Parents:
b66a9499
Message:

Update to libinput-1.9.4.
Update to vala-0.38.4.
Update to ruby-2.4.3.
Update to cmake-3.10.1.

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

Location:
general/prog
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general/prog/cmake.xml

    rb66a9499 r7b45a275  
    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        "f3f8e70ca3055f3cd288f89ff233057e">
     9  <!ENTITY cmake-md5sum        "9a726e5ec69618b172aa4b06d18c3998">
    1010  <!ENTITY cmake-size          "7.5 MB">
    1111  <!ENTITY cmake-buildsize     "332 MB (add 380 MB for tests)">
    12   <!ENTITY cmake-time          "2.1 SBU (add 2.6 SBU for tests, both using parallelism=4)">
     12  <!ENTITY cmake-time          "2.1 SBU (add 3.0 SBU for tests, both using parallelism=4)">
    1313]>
    1414
  • general/prog/ruby.xml

    rb66a9499 r7b45a275  
    77  <!ENTITY ruby-download-http "http://cache.ruby-lang.org/pub/ruby/&ruby-minor-version;/ruby-&ruby-version;.tar.xz">
    88  <!ENTITY ruby-download-ftp  " ">
    9   <!ENTITY ruby-md5sum        "a991f06ea1a1d421f7888c75f80f12d6">
     9  <!ENTITY ruby-md5sum        "5975bf6ad576a191b0ec9000a925c386">
    1010  <!ENTITY ruby-size          "9.6 MB">
    11   <!ENTITY ruby-buildsize     "339 MB, with checks (add 212 MB for C API docs)">
    12   <!ENTITY ruby-time          "2.2 SBU (add 3.5 SBU for tests, add 0.4 SBU for C API docs)">
     11  <!ENTITY ruby-buildsize     "339 MB, with checks (add 206 MB for C API docs)">
     12  <!ENTITY ruby-time          "1.7 SBU (using parallelism=4; add 3.7 SBU for tests; add 0.4 SBU for C API docs)">
    1313]>
    1414
     
    112112    <para>
    113113      To test the results, issue: <command>make check</command>. There
    114       are 16949 tests.  Several (about 20) fail and one test hangs, but
    115       the test process can continue with ctrl-C.
     114      are 16938 tests.  Several (about 10) fail and one test hangs, but
     115      the test process can continue with ctrl-C.  If the tests are
     116      run in a directory that has a world writable component (e.g /tmp)
     117      then several additioanl tests fail and the tests terminate after
     118      25 failures.
    116119    </para>
    117120
  • general/prog/vala.xml

    rb66a9499 r7b45a275  
    77  <!ENTITY vala-download-http "&gnome-download-http;/vala/&vala-major-version;/vala-&vala-version;.tar.xz">
    88  <!ENTITY vala-download-ftp  "&gnome-download-ftp;/vala/&vala-major-version;/vala-&vala-version;.tar.xz">
    9   <!ENTITY vala-md5sum        "827a421a272014c015d7b6b9c9efddbf">
     9  <!ENTITY vala-md5sum        "aa80a591205c40c4df0333554135e3bf">
    1010  <!ENTITY vala-size          "3.2 MB">
    11   <!ENTITY vala-buildsize     "156 MB (including tests)">
    12   <!ENTITY vala-time          "1.0 SBU (with tests)">
     11  <!ENTITY vala-buildsize     "188 MB (including tests)">
     12  <!ENTITY vala-time          "0.7 SBU (using parallelism=4; with tests)">
    1313]>
    1414
Note: See TracChangeset for help on using the changeset viewer.