We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1964ee commit b80fccfCopy full SHA for b80fccf
pkgs/development/python-modules/mpi4py/default.nix
@@ -54,6 +54,10 @@ buildPythonPackage rec {
54
55
__darwinAllowLocalNetworking = true;
56
57
+ # skip spawn related tests for openmpi implemention
58
+ # see https://github.com/mpi4py/mpi4py/issues/545#issuecomment-2343011460
59
+ env.MPI4PY_TEST_SPAWN = if mpi.pname == "openmpi" then 0 else 1;
60
+
61
passthru = {
62
inherit mpi;
63
};
0 commit comments