From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [PATCH] gnu: Add dlib. Date: Tue, 16 Aug 2016 16:47:36 -0400 Message-ID: <20160816204736.GA25753@jasmine> References: <8737m837zk.fsf@ike.i-did-not-set--mail-host-address--so-tickle-me> <20160814172544.GA28736@jasmine> <87twengmbh.fsf@ike.i-did-not-set--mail-host-address--so-tickle-me> <87a8gexyrz.fsf@gmail.com> <87oa4ugsi4.fsf@ike.i-did-not-set--mail-host-address--so-tickle-me> <20160815201528.GA23963@jasmine> <87a8gd22ug.fsf@ike.i-did-not-set--mail-host-address--so-tickle-me> <20160815222840.GA10735@jasmine> <4752bc68-5466-6c26-a7b4-e53aec400ff5@uq.edu.au> <8760r10z7n.fsf@ike.i-did-not-set--mail-host-address--so-tickle-me> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54304) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bZlH6-0001OX-E7 for guix-devel@gnu.org; Tue, 16 Aug 2016 16:47:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bZlH3-00011V-5f for guix-devel@gnu.org; Tue, 16 Aug 2016 16:47:52 -0400 Received: from out2-smtp.messagingengine.com ([66.111.4.26]:60225) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bZlH0-0000wS-Sk for guix-devel@gnu.org; Tue, 16 Aug 2016 16:47:49 -0400 Content-Disposition: inline In-Reply-To: <8760r10z7n.fsf@ike.i-did-not-set--mail-host-address--so-tickle-me> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Marius Bakke Cc: guix-devel , Alex Kost On Tue, Aug 16, 2016 at 11:45:16AM +0100, Marius Bakke wrote: > I initially made this package on a foreign distro without "lapack" in > inputs and have verified that dropping LAPACK makes the tests pass. > > I also found some other optional dependencies after digging around the > source, as well as a recommendation to disable/enable asserts: > > http://dlib.net/dlib/config.h.html > > Ben, Leo: Can you try the following patch and see if that works for you? Yes, this patch builds for me.