cvc4: build in parallel

This commit is contained in:
Will Dietz 2017-11-08 12:16:16 -06:00
parent 12e60c232a
commit cbdd20878e

View File

@ -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/;