Skip to content

Commit

Permalink
pythonPackages.mpi4py: 3.1.6-unstable-2024-07-08 -> 4.0.1 (NixOS#350230)
Browse files Browse the repository at this point in the history
  • Loading branch information
doronbehar authored Oct 26, 2024
2 parents e041d36 + bc6ca21 commit c9816fa
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions pkgs/development/python-modules/mpi4py/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,14 @@

buildPythonPackage rec {
pname = "mpi4py";
# See https://github.com/mpi4py/mpi4py/issues/386 . Part of the changes since
# the last release include Python 3.12 fixes.
version = "3.1.6-unstable-2024-07-08";
version = "4.0.1";
pyproject = true;

src = fetchFromGitHub {
repo = "mpi4py";
owner = "mpi4py";
rev = "e9a59719bbce1b9c351e1e30ecd3be3b459e97cd";
hash = "sha256-C/nidWGr8xsLV73u7HRtnXoQgYmoRJkD45DFrdXXTPI=";
rev = version;
hash = "sha256-pH4z+hyoFOSAUlXv9EKO54/SM5HyLxv7B+18xBidH2Q=";
};

build-system = [
Expand All @@ -40,10 +38,7 @@ buildPythonPackage rec {
openssh
mpiCheckPhaseHook
];
# Most tests pass, (besides `test_spawn.py`), but when reaching ~80% tests
# progress, an orted process hangs and the tests don't finish. This issue is
# probably due to the sandbox.
doCheck = false;
doCheck = true;
disabledTestPaths = [
# Almost all tests in this file fail (TODO: Report about this upstream..)
"test/test_spawn.py"
Expand Down

0 comments on commit c9816fa

Please sign in to comment.