9 stdenv.mkDerivation rec {
13 src = fetchFromGitHub {
17 hash = "sha256-ZpxxcCqK+qdvnCvobeBV6htRF8wThiQgVFYgEigqmIE=";
25 nativeBuildInputs = [ autoreconfHook ];
27 propagatedBuildInputs = [ mpi ];
30 description = "Data structures and operations to group MPI processes as an ordered set";
31 homepage = "https://github.com/LLNL/lwgrp";
32 platforms = platforms.linux;
33 license = licenses.bsd3;
34 maintainers = [ maintainers.markuskowa ];