Skip to content
Snippets Groups Projects
Commit 69d1bf6f authored by Ralf Jung's avatar Ralf Jung
Browse files

ssreflect 1.6.1 is out :)

parent d9498942
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ iris-coq8.5.3: ...@@ -5,7 +5,7 @@ iris-coq8.5.3:
- coq - coq
script: script:
# prepare # prepare
- . build/opam-ci.sh 'coq 8.5.3' 'coq-mathcomp-ssreflect 1.6' - . build/opam-ci.sh 'coq 8.5.3' 'coq-mathcomp-ssreflect 1.6.1'
# build # build
- 'time make -j8 TIMED=y 2>&1 | tee build-log.txt' - 'time make -j8 TIMED=y 2>&1 | tee build-log.txt'
- 'if fgrep Axiom build-log-full.txt >/dev/null; then exit 1; fi' - 'if fgrep Axiom build-log-full.txt >/dev/null; then exit 1; fi'
...@@ -28,7 +28,7 @@ iris-coq8.6: ...@@ -28,7 +28,7 @@ iris-coq8.6:
- coq - coq
script: script:
# prepare # prepare
- . build/opam-ci.sh 'coq 8.6' 'coq-mathcomp-ssreflect dev' - . build/opam-ci.sh 'coq 8.6' 'coq-mathcomp-ssreflect 1.6.1'
# build # build
- 'time make -j8' - 'time make -j8'
cache: cache:
......
...@@ -7,22 +7,13 @@ This is the Coq development of the [Iris Project](http://iris-project.org). ...@@ -7,22 +7,13 @@ This is the Coq development of the [Iris Project](http://iris-project.org).
This version is known to compile with: This version is known to compile with:
- Coq 8.5pl3 / 8.6 - Coq 8.5pl3 / 8.6
- Ssreflect 1.6 - Ssreflect 1.6.1
The easiest way to install the correct versions of the dependencies is through The easiest way to install the correct versions of the dependencies is through
opam. Once you got opam set up, just run `make build-dep` to install the right opam. Once you got opam set up, just run `make build-dep` to install the right
versions of the dependencies. When the dependencies change, just run `make versions of the dependencies. When the dependencies change, just run `make
build-dep` again. build-dep` again.
For development, better make sure you have a version of Ssreflect that includes
commit ad273277 (no such version has been released so far, you will have to
fetch the development branch yourself). Iris compiles fine even without this
patch, but proof bullets will only be in 'strict' (enforcing) mode with the
fixed version of Ssreflect. If you are using opam, you can easily get a fixed
version by running
opam pin add coq-mathcomp-ssreflect https://github.com/math-comp/math-comp.git#ad273277ab38bfe458e9332dea5f3a79e3885567
## Building Instructions ## Building Instructions
Run `make` to build the full development. Run `make` to build the full development.
......
...@@ -14,5 +14,5 @@ install: [make "install"] ...@@ -14,5 +14,5 @@ install: [make "install"]
remove: [ "sh" "-c" "rm -rf '%{lib}%/coq/user-contrib/iris'" ] remove: [ "sh" "-c" "rm -rf '%{lib}%/coq/user-contrib/iris'" ]
depends: [ depends: [
"coq" { ((>= "8.5.1" & < "8.7~") | (= "dev"))} "coq" { ((>= "8.5.1" & < "8.7~") | (= "dev"))}
"coq-mathcomp-ssreflect" { ((>= "1.6" & < "1.7~") | (= "dev"))} "coq-mathcomp-ssreflect" { ((>= "1.6.1" & < "1.7~") | (= "dev"))}
] ]
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