Enable zarith, disable llvm and plplot.
authorRichard W.M. Jones <rjones@redhat.com>
Wed, 18 Feb 2015 12:32:17 +0000 (12:32 +0000)
committerRichard W.M. Jones <rjones@redhat.com>
Wed, 18 Feb 2015 12:32:17 +0000 (12:32 +0000)
fedora_ocaml_rebuild.ml

index c642972..bc02617 100644 (file)
@@ -24,7 +24,8 @@ let yum_repo = "koji-rawhide"
  *)
 let blocked = [
   "ocaml-pa-do";                        (* orphaned *)
  *)
 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
 
 ]
 let blocked pkg = List.mem pkg blocked