OCaml: some blocked packages.
authorRichard W.M. Jones <rjones@redhat.com>
Wed, 9 Aug 2017 14:00:45 +0000 (15:00 +0100)
committerRichard W.M. Jones <rjones@redhat.com>
Wed, 9 Aug 2017 14:00:45 +0000 (15:00 +0100)
fedora_ocaml_rebuild.ml

index 67f4c6c..19b306c 100644 (file)
@@ -29,6 +29,10 @@ let yum_repo = "koji-rawhide"
  * dependent packages.
  *)
 let blocked = [
+    "coq"; (* https://github.com/ocaml/ocaml/pull/1268 *)
+    "ocaml-gsl"; (* unknown linking error, only happens in Koji, may
+                    be related to binutils used to build gsl? *)
+    "ocaml-lacaml"; (* same as gsl *)
 ]
 let blocked pkg = List.mem pkg blocked