treewide: remove enableParallelBuilding = true if using cmake
This commit is contained in:
@@ -33,8 +33,6 @@ stdenv.mkDerivation rec {
|
||||
propagatedBuildInputs = [ python.pkgs.numpy ]
|
||||
++ stdenv.lib.optionals withMPI [ python.pkgs.mpi4py ];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
dontAddPrefix = true;
|
||||
cmakeFlags = [
|
||||
"-DENABLE_MPI=${onOffBool withMPI}"
|
||||
|
||||
Reference in New Issue
Block a user