15 stdenv.mkDerivation (finalAttrs: {
19 src = fetchFromGitLab {
20 domain = "gitlab.inria.fr";
23 rev = "v${finalAttrs.version}";
24 hash = "sha256-XXkVwTr8cbYfzXWWkPERTmjfE86JHUUuU6yxjp9k6II=";
33 cmakeFlags = [ "-DBUILD_SHARED_LIBS=ON" ];
50 description = "Graph and mesh/hypergraph partitioning, graph clustering, and sparse matrix ordering";
52 Scotch is a software package for graph and mesh/hypergraph partitioning, graph clustering,
53 and sparse matrix ordering.
55 homepage = "http://www.labri.fr/perso/pelegrin/scotch";
56 license = lib.licenses.cecill-c;
57 maintainers = [ lib.maintainers.bzizou ];