From: Richard W.M. Jones Date: Wed, 18 Feb 2015 12:32:17 +0000 (+0000) Subject: Enable zarith, disable llvm and plplot. X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=684162eb404fcf426095ed4e40ba34f04ad5e9dd;p=goaljobs-goals.git Enable zarith, disable llvm and plplot. --- 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