From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-4.0 required=3.0 tests=ALL_TRUSTED,BAYES_00 shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id C999C1F5AE; Fri, 23 Apr 2021 06:02:25 +0000 (UTC) Date: Fri, 23 Apr 2021 02:02:24 -0400 From: Eric Wong To: meta@public-inbox.org Subject: Re: newer xapian and git packages for CentOS7 Message-ID: References: <20210421151308.yz5hzkgm75klunpe@nitro.local> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20210421151308.yz5hzkgm75klunpe@nitro.local> List-Id: Konstantin Ryabitsev wrote: > Sending a quick note here since this can be of interest to others. Thanks. I'll update INSTALL with a link to this message/thread > If you want to run public-inbox on CentOS-7 with newer git and xapian, you can > use the following packages I am maintaining: > > https://copr.fedorainfracloud.org/coprs/icon/lfit/packages/ Btw, I noticed xapian14-bindings isn't packaged. If it were, it would include the better-maintained Xapian.pm (SWIG) binding. Getting Search::Xapian (XS) from CPAN would no longer be necessary. The SWIG binding lagged behind the XS one for many years, but it's been good since Xapian 1.4.16 (2020-06-08) and I've been testing it regularly on FreeBSD.