Andreas Tille pushed to branch master at Debian Med / pplacer
Commits: c01b04e4 by Andreas Tille at 2021-12-22T10:12:44+01:00 Fix ocaml build issue - - - - - 0a9432e7 by Andreas Tille at 2021-12-22T10:17:39+01:00 Upload to unstable - - - - - 3 changed files: - debian/changelog - + debian/patches/fix_ocaml_build_error_List.min.patch - debian/patches/series Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +pplacer (1.1~alpha19-6) unstable; urgency=medium + + * Fix ocaml build issue + Closes: #1002230 + + -- Andreas Tille <[email protected]> Wed, 22 Dec 2021 10:13:03 +0100 + pplacer (1.1~alpha19-5) unstable; urgency=medium [ Steffen Moeller ] ===================================== debian/patches/fix_ocaml_build_error_List.min.patch ===================================== @@ -0,0 +1,17 @@ +Description: Fix ocaml build issue +Bug-Debian: https://bugs.debian.org/1002230 +Origin: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1002230#19 +Author: Stéphane Glondu <[email protected]> +Last-Update: Wed, 22 Dec 2021 09:39:59 +0100 + +--- a/pplacer_src/voronoi.ml ++++ b/pplacer_src/voronoi.ml +@@ -544,7 +544,7 @@ let collapse_marks gt mass markm = + |> snd |> List.tl |> List.rev) + markm + +-let map_min f l = List.map f l |> List.min ++let map_min f l = List.map f l |> (fun x -> List.min x) + let map_reduce f_map f_reduce l = List.map f_map l |> List.reduce f_reduce + + (* combine across the solutions below an internal node, given a solution list ===================================== debian/patches/series ===================================== @@ -5,3 +5,4 @@ ocaml_bytes spelling.patch ocaml-batteries.patch PR-337.patch +fix_ocaml_build_error_List.min.patch View it on GitLab: https://salsa.debian.org/med-team/pplacer/-/compare/e2d60a841a47afeef04d78f508450f933db5b48b...0a9432e7d715fbc5cc7a4d2dc44bc0742520ae48 -- View it on GitLab: https://salsa.debian.org/med-team/pplacer/-/compare/e2d60a841a47afeef04d78f508450f933db5b48b...0a9432e7d715fbc5cc7a4d2dc44bc0742520ae48 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
