22 # polymake compiles its own version of sympol and atint because we
23 # don't have those packages. other missing optional dependencies:
24 # javaview, libnormaliz, scip, soplex, jreality.
26 stdenv.mkDerivation rec {
31 # "The minimal version is a packager friendly version which omits
32 # the bundled sources of cdd, lrs, libnormaliz, nauty and jReality."
33 url = "https://polymake.org/lib/exe/fetch.php/download/polymake-${version}-minimal.tar.bz2";
34 sha256 = "sha256-862s0GO56mDV6cN8YYP127dFiwyzSR66Pvw48gxWXOs=";
57 ] ++ (with perlPackages; [
64 ninjaFlags = [ "-C" "build/Opt" ];
67 for i in "$out"/bin/*; do
68 wrapProgram "$i" --prefix PERL5LIB : "$PERL5LIB"
73 description = "Software for research in polyhedral geometry";
74 homepage = "https://www.polymake.org/doku.php";
75 changelog = "https://github.com/polymake/polymake/blob/V${version}/ChangeLog";
76 license = licenses.gpl2Plus;
77 maintainers = teams.sage.members;
78 platforms = platforms.linux;