Enable cduce.
authorRichard W.M. Jones <rjones@redhat.com>
Sat, 9 Aug 2014 16:57:19 +0000 (17:57 +0100)
committerRichard W.M. Jones <rjones@redhat.com>
Sat, 9 Aug 2014 16:57:19 +0000 (17:57 +0100)
fedora_ocaml_rebuild.ml

index 977d5c3..c167834 100644 (file)
@@ -23,11 +23,10 @@ let yum_repo = "koji-rawhide"
  * dependent packages.
  *)
 let blocked = [
-  "ocaml-omake";                        (* build failure on 4.02.0 with hevea *)
+  "ocaml-omake";                        (* build failure (warnings) *)
   "ocaml-pa-do";                        (* build failure, complex *)
   "ocaml-lwt";                          (* build failure on 4.02.0 *)
   "ocaml-preludeml";                    (* build failure *)
-  "cduce";                              (* broken again with latest 4.02 *)
   "frama-c";                            (* build failure *)
   "gappalib-coq";                       (* build failure in configure script *)
 ]
@@ -40,7 +39,6 @@ let ignored = [
   "whenjobs";                      (* obsolete *)
   "libguestfs";                    (* rebuilt by hand *)
   "graphviz";                      (* rebuilt by hand *)
-  "xen";                           (* already done *)
   "plplot";                        (* already done *)
 ]
 let ignored pkg = List.mem pkg ignored