X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=Goalfile;h=ea70faa52b39f6f1426cf9bc44c8044e42596d3e;hb=20b7b98542effa33252514f8560c1f4eed40438c;hp=86e7992df48674c8e0937c224fa3d6d6a25fe981;hpb=a52ba40a9c80fc9efff6340d3253a95e508eb360;p=fedora-ocaml-rebuild.git diff --git a/Goalfile b/Goalfile index 86e7992..ea70faa 100644 --- a/Goalfile +++ b/Goalfile @@ -4,12 +4,13 @@ include "fedora.gl" let fedora-dir = "%HOME/d/fedora" -let fedora-branch = "master" -let fedora-tag = "f33-build-side-19773" +#let fedora-branch = "master" +let fedora-branch = "f32" +let fedora-tag = "f32-build-side-19863" # The magic string that must appear in %changelog when the # package has been rebuilt. -let fedora-rebuild-name = "OCaml 4.10.0 final." +let fedora-rebuild-name = "OCaml 4.10.0 final (Fedora 32)." # Packages that are blocked. Any dependent packages are also blocked # automatically. @@ -24,26 +25,26 @@ let fedora-ignored = [ # All OCaml-related source package names let other-packages = [ - "alt-ergo", "apron", "brltty", - "graphviz", "hevea", "hivex", - "libguestfs", "libnbd", "nbdkit", - "opam", - "plplot", + "alt-ergo", "apron", "brltty", "coccinelle", + "graphviz", "haxe", "hevea", "hivex", + "laby", "libguestfs", "libnbd", "opam", "virt-top", "virt-v2v", "z3", - # no OCaml code, but needs to be rebuilt after Coq - #"flocq" + # For Coq: + "coq", "frama-c", + "why3", "zenon", + "flocq", - # Coq problems: - # https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/thread/6I2CB4KNAZXH6TKX5WQZJ3ZQGBIOCNJK/ - # "coq", "frama-c", "gappalib-coq", - # "why3", "zenon", - # "flocq", + # Causes a cyclic dependency between libnbd <-> nbdkit. We need + # to fix this in goals itself, but in the meantime disable nbdkit + # and build it by hand. + # "nbdkit", - # Coccinelle uses -unsafe-string. - # "coccinelle", + # https://bugzilla.redhat.com/show_bug.cgi?id=1797853 + # "plplot", ] + pure function get-source-packages () returning strings = { cd %fedora-dir for f in ocaml* %other-packages; do