python3Packages.dask-mpi: fix build (#502467)
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
lib,
|
||||
buildPythonPackage,
|
||||
fetchPypi,
|
||||
fetchpatch,
|
||||
setuptools,
|
||||
dask,
|
||||
distributed,
|
||||
mpi4py,
|
||||
@@ -11,23 +11,16 @@
|
||||
buildPythonPackage rec {
|
||||
pname = "dask-mpi";
|
||||
version = "2025.10.0";
|
||||
format = "setuptools";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-YxQOdPrILlB5jlfn/b3SVKUTg87lyjeqazRbGHF1g8A=";
|
||||
};
|
||||
|
||||
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=";
|
||||
})
|
||||
];
|
||||
build-system = [ setuptools ];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
dependencies = [
|
||||
dask
|
||||
distributed
|
||||
mpi4py
|
||||
|
||||
Reference in New Issue
Block a user