blitz: switch back to boost-1.60

The build fails with boost-1.62.
More specifically, the test of the boost-serialization integration fails
due to the protected destructor in the class template `MemoryBlock`.
This commit is contained in:
Andreas Herrmann 2017-03-01 21:36:18 +01:00 committed by Robin Gloster
parent 4064889e96
commit 5a68d5484e

View File

@ -636,7 +636,9 @@ with pkgs;
blink1-tool = callPackage ../tools/misc/blink1-tool { };
blitz = callPackage ../development/libraries/blitz { };
blitz = callPackage ../development/libraries/blitz {
boost = boost160;
};
blockdiag = pythonPackages.blockdiag;