From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] openblas on MIPS. Date: Fri, 30 Oct 2015 17:45:35 +0100 Message-ID: <87ziz0e24w.fsf@gnu.org> References: <87a8r18l9f.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:42028) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZsCoC-00041p-Cw for guix-devel@gnu.org; Fri, 30 Oct 2015 12:45:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZsCo7-0007XA-AM for guix-devel@gnu.org; Fri, 30 Oct 2015 12:45:44 -0400 In-Reply-To: (Ricardo Wurmus's message of "Fri, 30 Oct 2015 13:43:37 +0100") 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 Ricardo Wurmus skribis: > Here=E2=80=99s the corrected patch: > > From 99bdf62c3ff47ad3cb3a57092ed96baa1055fa77 Mon Sep 17 00:00:00 2001 > From: Ricardo Wurmus > Date: Mon, 20 Jul 2015 15:05:55 +0200 > Subject: [PATCH 1/2] gnu: openblas: Set TARGET to SICORTEX on MIPS. > > * gnu/packages/maths.scm (openblas)[arguments]: Add "TARGET=3DSICORTEX" to > make-flags when building for MIPS. OK! Ludo'.