From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: [PATCH] Attempt to fix OpenBLAS on MIPS. Date: Wed, 22 Jul 2015 19:19:52 +0200 Message-ID: <20150722171952.GA8708@debian> References: <87zj2p1r0h.fsf@netris.org> <87vbdd1mox.fsf@netris.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56247) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZHxge-0004dl-4J for guix-devel@gnu.org; Wed, 22 Jul 2015 13:20:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZHxgZ-0002dH-6J for guix-devel@gnu.org; Wed, 22 Jul 2015 13:20:08 -0400 Received: from mout.kundenserver.de ([212.227.126.130]:54771) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZHxgY-0002aw-So for guix-devel@gnu.org; Wed, 22 Jul 2015 13:20:03 -0400 Content-Disposition: inline In-Reply-To: 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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Ricardo Wurmus Cc: guix-devel On Wed, Jul 22, 2015 at 05:59:06PM +0200, Ricardo Wurmus wrote: > The test target appears to only do something if TARGET is not set: > Since we do pass TARGET=SICORTEX the tests are skipped. I don’t know if > there’s a good reason for this. It looks a bit like a flawed logic to skip tests in cross building environments. Maybe it is worth asking upstream. Andreas