From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [PATCH] gnu: Add dlib. Date: Tue, 13 Sep 2016 01:14:53 -0400 Message-ID: <20160913051453.GB10070@jasmine> References: <6004b842-2434-9cdc-7a31-04231eac5941@uq.edu.au> <87k2f957wt.fsf@ike.i-did-not-set--mail-host-address--so-tickle-me> <8760qr5o8n.fsf@ike.i-did-not-set--mail-host-address--so-tickle-me> <87eg5e4g4r.fsf@ike.i-did-not-set--mail-host-address--so-tickle-me> <20160824172608.GA24668@jasmine> <878tvm2ddh.fsf@ike.i-did-not-set--mail-host-address--so-tickle-me> <87mvjuz5ae.fsf@ike.i-did-not-set--mail-host-address--so-tickle-me> <20160831190908.GD12396@jasmine> <874m5ps1zk.fsf@ike.i-did-not-set--mail-host-address--so-tickle-me> <87k2ekq6jt.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]:51000) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bjg3n-00022G-ON for guix-devel@gnu.org; Tue, 13 Sep 2016 01:15:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bjg3j-0000kV-Nm for guix-devel@gnu.org; Tue, 13 Sep 2016 01:15:07 -0400 Received: from out4-smtp.messagingengine.com ([66.111.4.28]:42259) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bjg3i-0000gP-Gw for guix-devel@gnu.org; Tue, 13 Sep 2016 01:15:03 -0400 Content-Disposition: inline In-Reply-To: <87k2ekq6jt.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 Sat, Sep 10, 2016 at 01:32:22PM +0100, Marius Bakke wrote: > + (add-after 'disable-asserts 'disable-failing-tests > + (lambda _ > + ;; One test times out on MIPS, so we need to disable it. > + ;; The rest is known to fail on non-x86_64 platforms in the current release. > + ;; Some have been fixed in git; this list should be readjusted next update. > + (let* ((system ,(or (%current-target-system) > + (%current-system))) > + (disabled-tests (cond > + ((string-prefix? "mips64" system) > + '("object_detector" ; timeout > + "data_io")) > + ((string-prefix? "armhf" system) > + '("learning_to_track" "max_cost_assignment")) > + ((string-prefix? "i686" system) > + '("optimization" "matrix2" "mpc")) > + (else '())))) > + ;; The following test fails due a bug in openblas < 0.2.18. I updated OpenBLAS to 0.2.19 on core-updates.