treewide: remove enableParallelBuilding = true if using cmake

This commit is contained in:
Ben Siraphob
2021-01-03 18:37:40 +07:00
parent fb2311d430
commit 3ae5e6ce03
378 changed files with 15 additions and 724 deletions
@@ -31,8 +31,6 @@ stdenv.mkDerivation rec {
install -Dm644 -t "$out/share/bash-completion/completions/mirtk" share/completion/bash/mirtk
'';
enableParallelBuilding = true;
nativeBuildInputs = [ cmake gtest ];
buildInputs = [ boost eigen python vtk zlib tbb ];
@@ -37,8 +37,6 @@ mkDerivation {
qtbase
];
enableParallelBuilding = true;
meta = with lib; {
description = "Qt library for CSXCAD";
homepage = "https://github.com/thliebig/QCSXCAD";
@@ -126,7 +126,6 @@ stdenv.mkDerivation rec {
'';
doCheck = false;
enableParallelBuilding = true;
meta = {
homepage = "https://caffe2.ai/";
@@ -35,8 +35,6 @@ stdenv.mkDerivation rec {
"-DGTEST_DIR:PATH=${gtest.src}/googletest"
];
enableParallelBuilding = true;
doCheck = true;
checkPhase = ''
@@ -33,8 +33,6 @@ stdenv.mkDerivation {
doCheck = true;
enableParallelBuilding = true;
meta = with stdenv.lib; {
inherit version;
description = "Linear Algebra PACKage";
@@ -53,8 +53,6 @@ stdenv.mkDerivation rec {
python.pkgs.protobuf python.pkgs.six
];
enableParallelBuilding = true;
outputs = [ "out" "python" ];
meta = with stdenv.lib; {
@@ -18,8 +18,6 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ cmake openssh ];
buildInputs = [ mpi gfortran blas lapack ];
enableParallelBuilding = true;
doCheck = true;
preConfigure = ''