From mboxrd@z Thu Jan 1 00:00:00 1970 From: Federico Beffa Subject: Re: [PATCH] gnu: atlas: Try to fix build on MIPS. Date: Sun, 7 Dec 2014 15:11:09 +0100 Message-ID: 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]:51840) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XxcYJ-0007CF-33 for guix-devel@gnu.org; Sun, 07 Dec 2014 09:11:11 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XxcYI-00019p-8y for guix-devel@gnu.org; Sun, 07 Dec 2014 09:11:11 -0500 In-Reply-To: <87h9x8s5n3.fsf@gnu.org> 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: =?UTF-8?Q?Ludovic_Court=C3=A8s?= Cc: Guix-devel On Sun, Dec 7, 2014 at 12:46 AM, Ludovic Court=C3=A8s wrote: > At this point I think it=E2=80=99s OK to remove MIPS from =E2=80=98suppor= ted-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)) Regards, Fede