git.annexia.org
/
goaljobs-goals.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
335c5b2
)
Enable zarith, disable llvm and plplot.
author
Richard W.M. Jones
<rjones@redhat.com>
Wed, 18 Feb 2015 12:32:17 +0000
(12:32 +0000)
committer
Richard W.M. Jones
<rjones@redhat.com>
Wed, 18 Feb 2015 12:32:17 +0000
(12:32 +0000)
fedora_ocaml_rebuild.ml
patch
|
blob
|
history
diff --git
a/fedora_ocaml_rebuild.ml
b/fedora_ocaml_rebuild.ml
index
c642972
..
bc02617
100644
(file)
--- a/
fedora_ocaml_rebuild.ml
+++ b/
fedora_ocaml_rebuild.ml
@@
-24,7
+24,8
@@
let yum_repo = "koji-rawhide"
*)
let blocked = [
"ocaml-pa-do"; (* orphaned *)
- "ocaml-zarith"; (* int types *)
+ "llvm"; (* FTBFS, unrelated to OCaml *)
+ "plplot"; (* FTBFS, unrelated to OCaml *)
]
let blocked pkg = List.mem pkg blocked