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:
parent
4064889e96
commit
5a68d5484e
@ -636,7 +636,9 @@ with pkgs;
|
|||||||
|
|
||||||
blink1-tool = callPackage ../tools/misc/blink1-tool { };
|
blink1-tool = callPackage ../tools/misc/blink1-tool { };
|
||||||
|
|
||||||
blitz = callPackage ../development/libraries/blitz { };
|
blitz = callPackage ../development/libraries/blitz {
|
||||||
|
boost = boost160;
|
||||||
|
};
|
||||||
|
|
||||||
blockdiag = pythonPackages.blockdiag;
|
blockdiag = pythonPackages.blockdiag;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user