Loading pkgs/development/libraries/netcdf/default.nix +1 −0 Original line number Diff line number Diff line Loading @@ -53,6 +53,7 @@ in stdenv.mkDerivation rec { "--enable-dap" "--enable-shared" "--disable-dap-remote-tests" "--with-plugin-dir=${placeholder "out"}/lib/hdf5-plugins" ] ++ (lib.optionals mpiSupport [ "--enable-parallel-tests" "CC=${mpi}/bin/mpicc" ]); Loading Loading
pkgs/development/libraries/netcdf/default.nix +1 −0 Original line number Diff line number Diff line Loading @@ -53,6 +53,7 @@ in stdenv.mkDerivation rec { "--enable-dap" "--enable-shared" "--disable-dap-remote-tests" "--with-plugin-dir=${placeholder "out"}/lib/hdf5-plugins" ] ++ (lib.optionals mpiSupport [ "--enable-parallel-tests" "CC=${mpi}/bin/mpicc" ]); Loading