[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 2/6] gnu: Add crypto++.
From: |
Ludovic Courtès |
Subject: |
Re: [PATCH 2/6] gnu: Add crypto++. |
Date: |
Tue, 17 Jan 2017 23:38:14 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux) |
Marius Bakke <address@hidden> skribis:
> * gnu/packages/crypto.scm (crypto++): New variable.
LGTM! That was not an easy one either…
> + (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 “static” output.
Thanks,
Ludo’.