tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
cvc4: build in parallel
Will Dietz
8 years ago
cbdd2087
12e60c23
+2
1 changed file
expand all
collapse all
unified
split
pkgs
applications
science
logic
cvc4
default.nix
+2
pkgs/applications/science/logic/cvc4/default.nix
···
31
31
patchShebangs ./src/
32
32
'';
33
33
34
34
+
enableParallelBuilding = true;
35
35
+
34
36
meta = with stdenv.lib; {
35
37
description = "A high-performance theorem prover and SMT solver";
36
38
homepage = http://cvc4.cs.nyu.edu/web/;