Skip to content

Commit

Permalink
blitz: switch back to boost-1.60
Browse files Browse the repository at this point in the history
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`.

(cherry picked from commit 5a68d54)
  • Loading branch information
aherrmann authored and globin committed Mar 2, 2017
1 parent c50d411 commit 481630a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pkgs/top-level/all-packages.nix
Expand Up @@ -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;

Expand Down

0 comments on commit 481630a

Please sign in to comment.