From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH 1/2] gnu: Add numpy Date: Wed, 29 Oct 2014 00:34:55 +0100 Message-ID: <87zjcfkbts.fsf@gnu.org> References: <87bnoyk6g9.fsf@gnu.org> <87wq7kh70n.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]:50376) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XjGHi-00037S-Mc for guix-devel@gnu.org; Tue, 28 Oct 2014 19:34:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XjGHd-0004Xa-9J for guix-devel@gnu.org; Tue, 28 Oct 2014 19:34:42 -0400 Received: from hera.aquilenet.fr ([2a01:474::1]:43974) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XjGHd-0004XW-23 for guix-devel@gnu.org; Tue, 28 Oct 2014 19:34:37 -0400 In-Reply-To: <87wq7kh70n.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Tue, 28 Oct 2014 10:34:48 +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 ludo@gnu.org (Ludovic Court=C3=A8s) skribis: > After some more thought, I=E2=80=99ve finally bit the bullet: > > 1. Commit 77b0ac9 adds the #:substitutable? flag to gnu-build-system. > > 2. Commit f15615b uses it for ATLAS. There was a related bug: =E2=80=98guix build atlas=E2=80=99 and similar wou= ld tell you that atlas will be downloaded, but in fact it would be built locally as intended. Commit d2d0514 fixes that. Ludo=E2=80=99.