From 684162eb404fcf426095ed4e40ba34f04ad5e9dd Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Wed, 18 Feb 2015 12:32:17 +0000 Subject: [PATCH] Enable zarith, disable llvm and plplot. --- fedora_ocaml_rebuild.ml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/fedora_ocaml_rebuild.ml b/fedora_ocaml_rebuild.ml index c642972..bc02617 100644 --- a/fedora_ocaml_rebuild.ml +++ b/fedora_ocaml_rebuild.ml @@ -24,7 +24,8 @@ let yum_repo = "koji-rawhide" *) let blocked = [ "ocaml-pa-do"; (* orphaned *) - "ocaml-zarith"; (* int types *) + "llvm"; (* FTBFS, unrelated to OCaml *) + "plplot"; (* FTBFS, unrelated to OCaml *) ] let blocked pkg = List.mem pkg blocked -- 1.8.3.1