netcdf: enable parallel building
This commit is contained in:
parent
3e439e7cc4
commit
8dbf479759
@ -56,6 +56,8 @@ in stdenv.mkDerivation rec {
|
||||
]
|
||||
++ (lib.optionals mpiSupport [ "--enable-parallel-tests" "CC=${mpi}/bin/mpicc" ]);
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
disallowedReferences = [ stdenv.cc ];
|
||||
|
||||
postFixup = ''
|
||||
|
Loading…
Reference in New Issue
Block a user