10 stdenv.mkDerivation rec {
13 src = fetchFromGitHub {
17 sha256 = "09s8323h5w9j6mpl1yc6lm770dkskfxd2ayyafkcjllmnncxzfa0";
19 buildInputs = [ gmp ];
22 texliveSmall # for building the documentation
24 # No actual checks yet (2018-05-05), but maybe one day.
25 # Requested here: https://github.com/cddlib/cddlib/issues/25
28 description = "Implementation of the Double Description Method for generating all vertices of a convex polyhedron";
29 license = licenses.gpl2Plus;
30 maintainers = teams.sage.members;
31 platforms = platforms.unix;
32 homepage = "https://www.inf.ethz.ch/personal/fukudak/cdd_home/index.html";