From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH 2/6] gnu: Add crypto++. Date: Tue, 17 Jan 2017 23:38:14 +0100 Message-ID: <87lgu9b9d5.fsf@gnu.org> References: <20170115203338.19769-1-mbakke@fastmail.com> <20170115203338.19769-3-mbakke@fastmail.com> 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]:46053) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cTcOS-0001GD-8y for guix-devel@gnu.org; Tue, 17 Jan 2017 17:38:21 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cTcOP-0003ai-69 for guix-devel@gnu.org; Tue, 17 Jan 2017 17:38:20 -0500 In-Reply-To: <20170115203338.19769-3-mbakke@fastmail.com> (Marius Bakke's message of "Sun, 15 Jan 2017 21:33:34 +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" To: Marius Bakke Cc: guix-devel@gnu.org Marius Bakke skribis: > * gnu/packages/crypto.scm (crypto++): New variable. LGTM! That was not an easy one either=E2=80=A6 > + (outputs '("out" ; 6.4M shared library and headers > + "bin" ; 6.3M cryptest.exe > + "doc" ; 6.4M documentation and examples > + "static")) ; 15M static library If static libs are not used, we could even drop the =E2=80=9Cstatic=E2=80= =9D output. Thanks, Ludo=E2=80=99.