lol
fork

Configure Feed

Select the types of activity you want to include in your feed.

netcdf-mpi: use getDev for mpi

+1 -1
+1 -1
pkgs/development/libraries/netcdf/default.nix
··· 59 59 "--disable-dap-remote-tests" 60 60 "--with-plugin-dir=${placeholder "out"}/lib/hdf5-plugins" 61 61 ] 62 - ++ (lib.optionals mpiSupport [ "--enable-parallel-tests" "CC=${mpi}/bin/mpicc" ]); 62 + ++ (lib.optionals mpiSupport [ "--enable-parallel-tests" "CC=${lib.getDev mpi}/bin/mpicc" ]); 63 63 64 64 enableParallelBuilding = true; 65 65