Commit 3f271050 authored by qbisi's avatar qbisi
Browse files

python312Packages.mpi4py: convert dependency mpi to python module

parent 8d74a87f
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -5,6 +5,7 @@
  cython,
  setuptools,
  mpi,
  toPythonModule,
  pytestCheckHook,
  mpiCheckPhaseHook,
}:
@@ -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" ];