cvc4: build in parallel
This commit is contained in:
parent
12e60c232a
commit
cbdd20878e
@ -31,6 +31,8 @@ stdenv.mkDerivation rec {
|
|||||||
patchShebangs ./src/
|
patchShebangs ./src/
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "A high-performance theorem prover and SMT solver";
|
description = "A high-performance theorem prover and SMT solver";
|
||||||
homepage = http://cvc4.cs.nyu.edu/web/;
|
homepage = http://cvc4.cs.nyu.edu/web/;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user