Unblock gappalib-coq and frama-c (thanks Jerry James).
authorRichard W.M. Jones <rjones@redhat.com>
Tue, 26 Aug 2014 21:10:39 +0000 (22:10 +0100)
committerRichard W.M. Jones <rjones@redhat.com>
Tue, 26 Aug 2014 21:10:39 +0000 (22:10 +0100)
fedora_ocaml_rebuild.ml

index c708223..1955bca 100644 (file)
@@ -23,9 +23,7 @@ let yum_repo = "koji-rawhide"
  * dependent packages.
  *)
 let blocked = [
-  "ocaml-pa-do";                        (* build failure, complex *)
-  "frama-c";                            (* build failure *)
-  "gappalib-coq";                       (* build failure in configure script *)
+  "ocaml-pa-do";                        (* orphaned *)
   "ocaml-camlimages";                   (* build failure, conflicting C types in header files *)
 ]
 let blocked pkg = List.mem pkg blocked