From 8cae00a8520af703b4e843c5ffdff001b0f31f00 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Fri, 1 Aug 2014 10:33:39 +0100 Subject: [PATCH] Update Fedora OCaml rebuild. --- fedora_ocaml_rebuild.ml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/fedora_ocaml_rebuild.ml b/fedora_ocaml_rebuild.ml index aa48e10..b2beaf2 100644 --- a/fedora_ocaml_rebuild.ml +++ b/fedora_ocaml_rebuild.ml @@ -25,13 +25,12 @@ let yum_repo = "koji-rawhide" let blocked = [ "ocaml-bitstring"; (* needs upstream fix for 4.02.0 *) - "ocaml-camlp5"; (* not updated for 4.02.0 *) "ocaml-mikmatch"; (* build failure on 4.02.0 *) "ocaml-omake"; (* build failure on 4.02.0 with hevea *) "ocaml-p3l"; (* build failure on 4.02.0 -warn-error A *) "ocaml-pa-do"; (* build failure, complex *) "ocaml-lwt"; (* build failure on 4.02.0 *) - "ocaml-ocamlgraph"; (* build failure on 4.02.0 *) + "ocaml-preludeml"; (* build failure *) "cduce"; (* complex build failure *) ] let blocked pkg = List.mem pkg blocked -- 1.8.3.1