Commit fb9bbbf9 authored by Markus Kowalewski's avatar Markus Kowalewski
Browse files

petsc: remove openssh from checkInputs

Is taken care of by mpiCheckPhaseHook
parent a746d6a4
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -10,7 +10,6 @@
  mpiSupport ? true,
  mpi, # generic mpi dependency
  mpiCheckPhaseHook,
  openssh, # required for openmpi tests
  petsc-withp4est ? false,
  hdf5-support ? false,
  hdf5,
@@ -42,7 +41,7 @@ stdenv.mkDerivation rec {
    python3
    gfortran
    pkg-config
  ] ++ lib.optional mpiSupport mpi ++ lib.optional (mpiSupport && mpi.pname == "openmpi") openssh;
  ] ++ lib.optional mpiSupport mpi;
  buildInputs = [
    blas
    lapack