From 8d79e84e78c6b0d52a527390c7a2f4201f56df9c Mon Sep 17 00:00:00 2001 From: Jerry James Date: Oct 18 2018 01:43:22 +0000 Subject: Call the right count program from latte-integrale. --- diff --git a/polymake-latte.patch b/polymake-latte.patch index a601f37..e733b92 100644 --- a/polymake-latte.patch +++ b/polymake-latte.patch @@ -5,7 +5,7 @@ CONFIGURE { - find_program($latte_count, "count", { prompt => "the program `count' from the LattE package" }); -+ find_program($latte_count, "count-linear-forms-from-polynomial", { prompt => "the program `count' from the LattE package" }); ++ find_program($latte_count, "latte-count", { prompt => "the program `count' from the LattE package" }); } # additional parameters for calling LattE's "count". See the manual of LattE for details, recommended options are diff --git a/polymake.spec b/polymake.spec index 9462399..6ea55c4 100644 --- a/polymake.spec +++ b/polymake.spec @@ -17,7 +17,7 @@ Name: polymake Version: 3.2r3 -Release: 6%{?dist} +Release: 7%{?dist} %global polydir %{_libdir}/%{name} %global majver %(cut -dr -f1 <<< %{version}) @@ -315,6 +315,9 @@ find %{buildroot}%{polydir} -name \*.so | xargs chmod 0755 %doc doc/* %changelog +* Wed Oct 17 2018 Jerry James - 3.2r3-7 +- Call the right count program from latte-integrale + * Sat Oct 13 2018 Jerry James - 3.2r3-6 - Rebuild for cddlib 0.94j