From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] gnu: atlas: Try to fix build on MIPS. Date: Sun, 07 Dec 2014 21:27:52 +0100 Message-ID: <87iohnnr1z.fsf@gnu.org> References: <87h9x8s5n3.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 ([2001:4830:134:3::10]:58485) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XxiR1-0003rb-Rf for guix-devel@gnu.org; Sun, 07 Dec 2014 15:28:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XxiQv-0003kE-H3 for guix-devel@gnu.org; Sun, 07 Dec 2014 15:28:03 -0500 Received: from hera.aquilenet.fr ([141.255.128.1]:46513) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XxiQv-0003kA-Aj for guix-devel@gnu.org; Sun, 07 Dec 2014 15:27:57 -0500 In-Reply-To: (Federico Beffa's message of "Sun, 7 Dec 2014 15:11:09 +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: Federico Beffa Cc: Guix-devel Federico Beffa skribis: > On Sun, Dec 7, 2014 at 12:46 AM, Ludovic Court=C3=A8s wrot= e: >> At this point I think it=E2=80=99s OK to remove MIPS from =E2=80=98suppo= rted-systems=E2=80=99 >> for this package, with a comment pointing to these discussions in case >> someone wants to investigate. >> > > OK. Is this the correct method? > > (supported-systems (delete "mips64el-linux" %supported-systems)) Yes, exactly. Ludo=E2=80=99.