Skip to content
Snippets Groups Projects
Commit 1384f8f0 authored by Allan Blanchard's avatar Allan Blanchard
Browse files

[opam] opam repository fixes

parent 76731a60
No related branches found
No related tags found
No related merge requests found
......@@ -99,7 +99,7 @@ install: [
]
run-test: [
[make "-j%{jobs}%" "PTESTS_OPTS=-error-code" "tests"] { arch != "ppc64" }
[make "-j%{jobs}%" "PTESTS_OPTS=-error-code" "tests"] { arch != "ppc64" & arch != "x86_32" & arch != "arm32" }
# tests are disabled on PPC64 due to floating-point oracle differences
# (some ULPs in libc trigonometric functions) and due to the lack of
# available hardware to test them locally
......@@ -115,12 +115,12 @@ depends: [
( "alt-ergo-free" | "alt-ergo" )
"conf-graphviz" { post }
"conf-time" { with-test }
"ocaml" { >= "4.08.1" }
"ocaml" { >= "4.08.1" & < "4.13.0" }
"ocamlfind" # needed beyond build stage, used by -load-module
"ocamlgraph" { >= "1.8.8" }
"why3" { >= "1.4.0" & < "1.5~" }
"yojson"
"zarith"
"yojson" {>= "1.6.0"}
"zarith" {>= "1.5"}
]
depopts: [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment