6 stdenv.mkDerivation rec {
10 # autotoolized version of the original cliquer
11 src = fetchFromGitHub {
15 sha256 = "00gcmrhi2fjn8b246w5a3b0pl7p6haxy5wjvd9kcqib1xanz59z4";
25 homepage = "https://users.aalto.fi/~pat/cliquer.html";
26 downloadPage = src.meta.homepage; # autocliquer
27 description = "Routines for clique searching";
29 Cliquer is a set of C routines for finding cliques in an arbitrary weighted graph.
30 It uses an exact branch-and-bound algorithm developed by Patric Östergård.
31 It is designed with the aim of being efficient while still being flexible and
34 license = licenses.gpl2Plus;
35 maintainers = teams.sage.members;
36 platforms = platforms.unix;