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: Mon, 24 Nov 2014 22:06:05 +0100 Message-ID: <87fvd88g1u.fsf@gnu.org> References: <87sii6h6fl.fsf@gnu.org> <87ioib1rzy.fsf@gnu.org> <874mtrgnh6.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]:59256) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xt0po-0000WH-9B for guix-devel@gnu.org; Mon, 24 Nov 2014 16:06:17 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xt0pj-00030O-Bw for guix-devel@gnu.org; Mon, 24 Nov 2014 16:06:12 -0500 Received: from hera.aquilenet.fr ([2a01:474::1]:38726) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xt0pj-00030G-4e for guix-devel@gnu.org; Mon, 24 Nov 2014 16:06:07 -0500 In-Reply-To: (Federico Beffa's message of "Mon, 24 Nov 2014 20:56:44 +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: > Please find attached the first step with initial (bootstrap) numpy > versions. I've tested that the packages build before changing > "define-public" to "define". OK. Note that you can also test once it=E2=80=99s private, with guix build -e '(@@ (gnu packages python) python-numpy-bootstrap)' > From 9be3873522b2c4b642a467e421bd8684068feb40 Mon Sep 17 00:00:00 2001 > From: Federico Beffa > Date: Mon, 24 Nov 2014 20:51:29 +0100 > Subject: [PATCH] gnu: Add numpy-bootstrap. > > * gnu/packages/python.scm (python-numpy-bootstrap, python2-numpy-bootstra= p): > New file-local variables. LGTM, please push. Thank you, Ludo=E2=80=99.