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