Lluís Batlle i Rossell
a21457ffa8
Updating crypto++ to 5.6.1
...
svn path=/nixpkgs/trunk/; revision=32098
2012-02-07 09:18:04 +00:00
Peter Simons
60026c0a32
pkgs/development/libraries/crypto++: added todo note about removing cryptotest.exe from the installed image
...
svn path=/nixpkgs/trunk/; revision=22790
2010-07-28 13:08:49 +00:00
Peter Simons
b89f310c7a
pkgs/development/libraries/crypto++: fixed build impurity
...
* Don't build with "-march=native", because the generated binaries
won't work reliably on systems with a different CPU. Instead,
"--march=i686" is used on x86, and "--march=nocona" an x86_64.
Otherwise, "--march" remains unset.
* Compile with -O3 instead of -O2. This code is performance-critical.
* Don't build with '-g'.
svn path=/nixpkgs/trunk/; revision=22785
2010-07-28 13:03:11 +00:00
Rob Vermaas
0bb5538ec7
crypto++: use stdenv.system in stead of builtins.currentSystem for patches and buildinputs
...
svn path=/nixpkgs/trunk/; revision=22507
2010-07-07 11:44:58 +00:00
Ludovic Courtès
bdc8e21d9e
Crypto++: Fix on Darwin.
...
svn path=/nixpkgs/trunk/; revision=17196
2009-09-16 14:35:38 +00:00
Ludovic Courtès
c919587a26
Crypto++: Fix shared library.
...
svn path=/nixpkgs/trunk/; revision=16664
2009-08-11 07:52:29 +00:00
Ludovic Courtès
5a75fd2147
Crypto++ 5.6.0, with shared library and test suite.
...
svn path=/nixpkgs/trunk/; revision=16661
2009-08-10 23:50:07 +00:00
Ludovic Courtès
2a5a982ad1
Add Crypto++, a C++ cryptography library.
...
svn path=/nixpkgs/trunk/; revision=12444
2008-07-29 14:26:03 +00:00