netcdf: enable parallel building

This commit is contained in:
Luke Granger-Brown 2023-02-27 20:31:37 +00:00
parent 3e439e7cc4
commit 8dbf479759

View file

@ -56,6 +56,8 @@ in stdenv.mkDerivation rec {
]
++ (lib.optionals mpiSupport [ "--enable-parallel-tests" "CC=${mpi}/bin/mpicc" ]);
enableParallelBuilding = true;
disallowedReferences = [ stdenv.cc ];
postFixup = ''