Loading pkgs/development/python-modules/dask-mpi/default.nix +10 −0 Original line number Diff line number Diff line { lib , buildPythonPackage , fetchPypi , fetchpatch , dask , distributed , mpi4py Loading @@ -19,6 +20,15 @@ buildPythonPackage rec { hash = "sha256-CgTx19NaBs3/UGWTMw1EFOokLJFySYzhkfV0LqxJnhc="; }; patches = [ # https://github.com/dask/dask-mpi/pull/123 (fetchpatch { name = "fix-versioneer-on-python312.patch"; url = "https://github.com/dask/dask-mpi/pull/123/commits/0f3b0286b7e29b5d5475561a148dc398108fc259.patch"; hash = "sha256-xXADCSIhq1ARny2twzrhR1J8LkMFWFl6tmGxrM8RvkU="; }) ]; propagatedBuildInputs = [ dask distributed Loading Loading
pkgs/development/python-modules/dask-mpi/default.nix +10 −0 Original line number Diff line number Diff line { lib , buildPythonPackage , fetchPypi , fetchpatch , dask , distributed , mpi4py Loading @@ -19,6 +20,15 @@ buildPythonPackage rec { hash = "sha256-CgTx19NaBs3/UGWTMw1EFOokLJFySYzhkfV0LqxJnhc="; }; patches = [ # https://github.com/dask/dask-mpi/pull/123 (fetchpatch { name = "fix-versioneer-on-python312.patch"; url = "https://github.com/dask/dask-mpi/pull/123/commits/0f3b0286b7e29b5d5475561a148dc398108fc259.patch"; hash = "sha256-xXADCSIhq1ARny2twzrhR1J8LkMFWFl6tmGxrM8RvkU="; }) ]; propagatedBuildInputs = [ dask distributed Loading