Commit 8dbf4797 authored by Luke Granger-Brown's avatar Luke Granger-Brown
Browse files

netcdf: enable parallel building

parent 3e439e7c
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -56,6 +56,8 @@ in stdenv.mkDerivation rec {
  ]
  ++ (lib.optionals mpiSupport [ "--enable-parallel-tests" "CC=${mpi}/bin/mpicc" ]);

  enableParallelBuilding = true;

  disallowedReferences = [ stdenv.cc ];

  postFixup = ''