Changeset e0013c4 for general


Ignore:
Timestamp:
03/03/2020 07:44:23 PM (4 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
3104831
Parents:
7b2ff439
Message:

Update to xapian-1.4.15

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/xapian.xml

    r7b2ff439 re0013c4  
    99  <!ENTITY xapian-download-ftp  " ">
    1010  <!ENTITY xapian-md5sum        "714b02c306a5f11dea035da70462c288">
    11   <!ENTITY xapian-size          "2.8 MB">
    12   <!ENTITY xapian-buildsize     "185 MB (add estimated 100 MB for tests)">
    13   <!ENTITY xapian-time          "0.6 SBU (using parallelism=4; add estimated 180 SBU for tests)">
     11  <!ENTITY xapian-size          "2.9 MB">
     12  <!ENTITY xapian-buildsize     "250 MB (add 289 MB for tests)">
     13  <!ENTITY xapian-time          "0.6 SBU (using parallelism=4; add 34 SBU for tests)">
    1414]>
    1515
     
    8787
    8888    <para>
     89      <!--
    8990      The regression tests are not recommended.  On a fast (3.2 GHz i7)
    9091      system they took over five hours and two of four tests (the valgrind
    9192      tests) failed.  To run the test suite anyway,
    9293      issue: <command>make check</command>.
     94      The tests with 1.4.15 took under an hour, at 34 SBU total. Marking
     95      the testsuite as usable again. I had four passes and 0 failures:
     96      PASS: apitest
     97      PASS: internaltest
     98      PASS: stemtest
     99      PASS: unittest
     100      I did have Valgrind installed too. -renodr -->
     101      To run the test suite, issue: <command>make check</command>.
    93102    </para>
    94103
     
    110119        <seg>
    111120          copydatabase, quest, simpleexpand, simpleindex, simplesearch,
    112           xapian-check, xapian-chert-update, xapian-compact, xapian-config,
     121          xapian-check, xapian-compact, xapian-config,
    113122          xapian-delve, xapian-metadata, xapian-pos, xapian-progsrv,
    114123          xapian-replicate, xapian-replicate-server and xapian-tcpsrv
     
    119128        <seg>
    120129          /usr/include/xapian,
    121           /usr/lib/cmake/xapian, and
    122           /usr/share/doc/xapian-core-&xapian-version;
     130          /usr/lib/cmake/xapian,
     131          /usr/share/doc/xapian-core-&xapian-version;, and
     132          /usr/share/xapian-core
    123133        </seg>
    124134      </seglistitem>
     
    204214      </varlistentry>
    205215
     216      <!--
    206217      <varlistentry id="xapian-chert-update">
    207218        <term><command>xapian-chert-update</command></term>
     
    215226        </listitem>
    216227      </varlistentry>
     228      No longer installed in 1.4.15. - renodr
     229      -->
    217230
    218231      <varlistentry id="xapian-compact">
Note: See TracChangeset for help on using the changeset viewer.