pythonPackages.mpi4py: 3.1.6-unstable-2024-07-08 -> 4.0.1 (#350230)

This commit is contained in:
Doron Behar 2024-10-26 20:35:15 +03:00 committed by GitHub
commit c9816fa022
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 = [
@ -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"