X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=fedora_ocaml_rebuild.ml;h=1955bcaf7d05283084ba269ae7e2fde683efbb17;hb=b83fee0aa61ed1e51cf404be3af977fc3f8ffe19;hp=0d8d59713e9cab6a5f2ef14e9c771e0542b12363;hpb=391a4cf95d791efae479d03f27f7ed78d45a97de;p=goaljobs-goals.git diff --git a/fedora_ocaml_rebuild.ml b/fedora_ocaml_rebuild.ml index 0d8d597..1955bca 100644 --- a/fedora_ocaml_rebuild.ml +++ b/fedora_ocaml_rebuild.ml @@ -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 @@ -35,9 +33,6 @@ let ignored = [ "ocaml-srpm-macros"; (* don't need to build this *) "ocaml"; (* rebuilt by hand *) "whenjobs"; (* obsolete *) - "libguestfs"; (* rebuilt by hand *) - "graphviz"; (* rebuilt by hand *) - "plplot"; (* already done *) ] let ignored pkg = List.mem pkg ignored