11 buildPythonPackage rec {
14 format = "setuptools";
16 disabled = pythonOlder "3.6";
19 inherit pname version;
20 hash = "sha256-CgTx19NaBs3/UGWTMw1EFOokLJFySYzhkfV0LqxJnhc=";
24 # https://github.com/dask/dask-mpi/pull/123
26 name = "fix-versioneer-on-python312.patch";
27 url = "https://github.com/dask/dask-mpi/pull/123/commits/0f3b0286b7e29b5d5475561a148dc398108fc259.patch";
28 hash = "sha256-xXADCSIhq1ARny2twzrhR1J8LkMFWFl6tmGxrM8RvkU=";
32 propagatedBuildInputs = [
38 # Hardcoded mpirun path in tests
41 pythonImportsCheck = [
46 description = "Deploy Dask using mpi4py";
47 mainProgram = "dask-mpi";
48 homepage = "https://github.com/dask/dask-mpi";
49 license = licenses.bsd3;
50 maintainers = with maintainers; [ ];