pythonPackages.h5py: add ssh to checkInputs
ssh is required in the checkPhase by openmpi
This commit is contained in:
parent
b09c98b4aa
commit
adbf19a9bd
@ -30,7 +30,7 @@ in buildPythonPackage rec {
|
|||||||
|
|
||||||
preBuild = if mpiSupport then "export CC=${mpi}/bin/mpicc" else "";
|
preBuild = if mpiSupport then "export CC=${mpi}/bin/mpicc" else "";
|
||||||
|
|
||||||
checkInputs = optional isPy27 unittest2;
|
checkInputs = optional isPy27 unittest2 ++ [ openssh ];
|
||||||
nativeBuildInputs = [ pkgconfig ];
|
nativeBuildInputs = [ pkgconfig ];
|
||||||
buildInputs = [ hdf5 cython ]
|
buildInputs = [ hdf5 cython ]
|
||||||
++ optional mpiSupport mpi;
|
++ optional mpiSupport mpi;
|
||||||
|
Loading…
Reference in New Issue
Block a user