Skip to content

Commit

Permalink
adjust opam packages and ci for MathComp 1.18 and other changes
Browse files Browse the repository at this point in the history
  • Loading branch information
palmskog committed Jan 7, 2024
1 parent 9142d8f commit 636c5d4
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
strategy:
matrix:
image:
- 'mathcomp/mathcomp:1.18.0-coq-8.18'
- 'mathcomp/mathcomp:1.17.0-coq-8.17'
- 'mathcomp/mathcomp:1.15.0-coq-8.16'
- 'mathcomp/mathcomp:1.14.0-coq-8.15'
Expand All @@ -27,7 +28,6 @@ jobs:
custom_image: ${{ matrix.image }}
custom_script: |
startGroup "Setup and print opam config"
opam repo -a --set-default add coq-extra-dev https://coq.inria.fr/opam/extra-dev
opam config list; opam repo list; opam list
endGroup
startGroup "Build hydra-battles dependencies"
Expand Down
4 changes: 2 additions & 2 deletions coq-addition-chains.opam
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ build: ["dune" "build" "-p" name "-j" jobs]
depends: [
"dune" {>= "2.5"}
"coq" {>= "8.14"}
"coq-paramcoq" {(>= "1.1.3" & < "1.2~") | (= "dev")}
"coq-mathcomp-ssreflect" {>= "1.13.0" & < "1.18"}
"coq-paramcoq" {>= "1.1.3"}
"coq-mathcomp-ssreflect" {>= "1.13.0" & < "1.19"}
"coq-mathcomp-algebra"
]

Expand Down
4 changes: 2 additions & 2 deletions coq-gaia-hydras.opam
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ depends: [
"dune" {>= "2.5"}
"coq" {>= "8.14"}
"coq-hydra-battles" {= version}
"coq-mathcomp-ssreflect" {>= "1.13.0" & < "1.18"}
"coq-mathcomp-ssreflect" {>= "1.13.0" & < "1.19"}
"coq-mathcomp-zify" {< "2"}
"coq-gaia-schutte" {>= "1.14" & < "1.18~"}
"coq-gaia-schutte" {>= "1.14" & < "1.18"}
]

tags: [
Expand Down
2 changes: 1 addition & 1 deletion coq-goedel.opam
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ depends: [
"dune" {>= "2.5"}
"coq" {>= "8.14"}
"coq-hydra-battles" {= version}
"coq-coqprime" {= "dev"}
"coq-coqprime" {>= "1.2.0"}
]

tags: [
Expand Down
2 changes: 1 addition & 1 deletion coq-hydra-battles.opam
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ build: ["dune" "build" "-p" name "-j" jobs]
depends: [
"dune" {>= "2.5"}
"coq" {>= "8.14"}
"coq-equations" {(>= "1.2" & < "1.4~") | (= "dev")}
"coq-equations" {>= "1.2"}
"coq-zorns-lemma" {>= "10.2.0"}
"coq-libhyps"
]
Expand Down
16 changes: 9 additions & 7 deletions meta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,8 @@ supported_coq_versions:
opam: '{>= "8.14"}'

tested_coq_opam_versions:
- version: '1.18.0-coq-8.18'
repo: 'mathcomp/mathcomp'
- version: '1.17.0-coq-8.17'
repo: 'mathcomp/mathcomp'
- version: '1.15.0-coq-8.16'
Expand All @@ -132,28 +134,28 @@ tested_coq_opam_versions:
dependencies:
- opam:
name: coq-equations
version: '{(>= "1.2" & < "1.4~") | (= "dev")}'
version: '{>= "1.2"}'
description: |-
[Equations](https://github.com/mattam82/Coq-Equations) 1.2 or later
- opam:
name: coq-paramcoq
version: '{(>= "1.1.3" & < "1.2~") | (= "dev")}'
version: '{>= "1.1.3"}'
description: |-
[Paramcoq](https://github.com/coq-community/paramcoq) 1.1.3 or later
- opam:
name: coq-mathcomp-ssreflect
version: '{(>= "1.13.0" & < "1.18~")}'
version: '{>= "1.13.0" & < "1.19"}'
description: |-
[MathComp SSReflect](https://github.com/math-comp/math-comp) 1.13 or later
[MathComp SSReflect](https://github.com/math-comp/math-comp) 1.13 to 1.18
- opam:
name: coq-mathcomp-algebra
description: |-
[MathComp Algebra](https://github.com/math-comp/math-comp)
- opam:
name: coq-gaia-schutte
version: '{(>= "1.14" & < "1.18~") | (= "dev")}'
version: '{>= "1.14" & < "1.18"}'
description: |-
[Gaia's Schütte ordinals](https://github.com/coq-community/gaia) 1.14 or later
[Gaia's Schütte ordinals](https://github.com/coq-community/gaia) 1.14 to 1.17
- opam:
name: coq-mathcomp-zify
version: '{< "2~"}'
Expand All @@ -165,7 +167,7 @@ dependencies:
[LibHyps](https://github.com/Matafou/LibHyps)
- opam:
name: coq-coqprime
version: '{= "dev"}'
version: '{>= "1.2.0"}'
description: |-
[CoqPrime](https://github.com/thery/coqprime)
- opam:
Expand Down

0 comments on commit 636c5d4

Please sign in to comment.