or-tools: parallel
This commit is contained in:
parent
70c2e88c96
commit
046e7980f9
1 changed files with 2 additions and 0 deletions
|
@ -37,6 +37,8 @@ stdenv.mkDerivation rec {
|
|||
google-gflags glog protobuf cbc
|
||||
];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://github.com/google/or-tools;
|
||||
license = licenses.asl20;
|
||||
|
|
Loading…
Reference in a new issue