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: Add LAPACK. Date: Wed, 06 Nov 2013 14:10:26 +0100 Message-ID: <87eh6tk75p.fsf@gnu.org> References: <87ob6gpd5k.fsf@karetnikov.org> <20131023115728.GA17339@debian.eduroam.u-bordeaux.fr> <87iow8km91.fsf_-_@karetnikov.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]:39018) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ve2sS-00005C-AH for guix-devel@gnu.org; Wed, 06 Nov 2013 08:10:36 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ve2sN-0007Hu-F1 for guix-devel@gnu.org; Wed, 06 Nov 2013 08:10:32 -0500 Received: from mail3-relais-sop.national.inria.fr ([192.134.164.104]:8649) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ve2sN-0007HQ-8q for guix-devel@gnu.org; Wed, 06 Nov 2013 08:10:27 -0500 In-Reply-To: <87iow8km91.fsf_-_@karetnikov.org> (Nikita Karetnikov's message of "Mon, 04 Nov 2013 23:19:54 +0400") 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: Nikita Karetnikov Cc: guix-devel@gnu.org Nikita Karetnikov skribis: > May I push this patch to =E2=80=98master=E2=80=99? Yep! > Should (format #t "removing '~a'~%" > file) be i18n=E2=80=99d? Definitely not: it=E2=80=99s essentially a debugging statement, and it=E2= =80=99s only visible in the build log. + ;; See . + 'configure 'remove-non-free-files It=E2=80=99s a case where =E2=80=98guix build -S=E2=80=99 will return the s= ource including the non-free files, which is clearly not what we want (though I gather that the next upstream version of LAPACK will be fixed, right?). Two things we could do: (1) add a =E2=80=98snippet=E2=80=99 field in =E2=80= =98origin=E2=80=99, which is where the =E2=80=98remove-file=E2=80=99 calls would appear, (2) host a free= d version under alpha.gnu.org/gnu/guix/mirror. Hmm I=E2=80=99ll see if (1) can be implemented before 0.5 without triggerin= g a full rebuild. Thanks, Ludo=E2=80=99.