Skip to content

Commit d41c00d

Browse files
feat(nix): add mtkahypar mainProgram entry
1 parent a677fee commit d41c00d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nix/mt-kahypar.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ stdenv.mkDerivation ({
7171
);
7272

7373
meta = with lib; {
74+
mainProgram = "MtKaHyPar";
7475
description = "A shared-memory multilevel graph and hypergraph partitioner";
7576
longDescription = ''
7677
Mt-KaHyPar (Multi-Threaded Karlsruhe Hypergraph Partitioner) is a shared-memory multilevel graph and hypergraph partitioner equipped with parallel implementations of techniques used in the best sequential partitioning algorithms.

0 commit comments

Comments
 (0)