Loading pkgs/development/python-modules/mpi4py/default.nix +4 −1 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ cython, setuptools, mpi, toPythonModule, pytestCheckHook, mpiCheckPhaseHook, }: Loading @@ -31,7 +32,9 @@ buildPythonPackage rec { ]; dependencies = [ mpi # Use toPythonModule so that also the mpi executables will be propagated to # generated Python environment. (toPythonModule mpi) ]; pythonImportsCheck = [ "mpi4py" ]; Loading Loading
pkgs/development/python-modules/mpi4py/default.nix +4 −1 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ cython, setuptools, mpi, toPythonModule, pytestCheckHook, mpiCheckPhaseHook, }: Loading @@ -31,7 +32,9 @@ buildPythonPackage rec { ]; dependencies = [ mpi # Use toPythonModule so that also the mpi executables will be propagated to # generated Python environment. (toPythonModule mpi) ]; pythonImportsCheck = [ "mpi4py" ]; Loading