Skip to content

Commit

Permalink
Merge pull request #2316 from proux01/validsdp.dev
Browse files Browse the repository at this point in the history
Update coq-validsdp.dev
  • Loading branch information
palmskog committed Sep 23, 2022
2 parents e34a488 + 7905f26 commit d3cadc6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
9 changes: 5 additions & 4 deletions extra-dev/packages/coq-libvalidsdp/coq-libvalidsdp.dev/opam
Expand Up @@ -16,12 +16,13 @@ build: [
install: [make "-C" "libvalidsdp" "install"]
depends: [
"ocaml"
"coq" {>= "8.7" & < "8.11~"}
"coq" {>= "8.14"}
"coq-bignums"
"coq-flocq" {>= "3.1.0"}
"coq-flocq" {>= "3.3.0"}
"coq-coquelicot" {>= "3.0"}
"coq-interval" {>= "3.4.0" & < "4~"}
"coq-mathcomp-field" {>= "1.8" & < "1.10~"}
"coq-interval" {>= "4.0.0"}
"coq-mathcomp-field" {>= "1.13"}
"coq-mathcomp-analysis" {>= "0.3.5"}
"ocamlfind" {build}
"conf-autoconf" {build}
]
Expand Down
10 changes: 5 additions & 5 deletions extra-dev/packages/coq-validsdp/coq-validsdp.dev/opam
Expand Up @@ -17,14 +17,14 @@ install: [make "install"]

depends: [
"ocaml"
"coq" {>= "8.7" & < "8.11~"}
"coq" {>= "8.14"}
"coq-bignums"
"coq-flocq" {>= "3.1.0"}
"coq-interval" {>= "3.4.0" & < "4~"}
"coq-mathcomp-field" {>= "1.8" & < "1.10~"}
"coq-flocq" {>= "3.3.0"}
"coq-interval" {>= "4.0.0"}
"coq-mathcomp-field" {>= "1.13"}
"coq-libvalidsdp" {= "dev"}
"coq-mathcomp-multinomials" {>= "1.2"}
"coq-coqeal" {>= "1.0.0"}
"coq-coqeal" {>= "1.1.0"}
"coq-paramcoq" {>= "1.1.0"}
"osdp" {>= "1.0"}
"ocamlfind" {build}
Expand Down

0 comments on commit d3cadc6

Please sign in to comment.