Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Simon Spies
Iris
Commits
69d1bf6f
Commit
69d1bf6f
authored
Dec 21, 2016
by
Ralf Jung
Browse files
ssreflect 1.6.1 is out :)
parent
d9498942
Changes
3
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
69d1bf6f
...
...
@@ -5,7 +5,7 @@ iris-coq8.5.3:
-
coq
script
:
# 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
-
'
time
make
-j8
TIMED=y
2>&1
|
tee
build-log.txt'
-
'
if
fgrep
Axiom
build-log-full.txt
>/dev/null;
then
exit
1;
fi'
...
...
@@ -28,7 +28,7 @@ iris-coq8.6:
-
coq
script
:
# 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
-
'
time
make
-j8'
cache
:
...
...
README.md
View file @
69d1bf6f
...
...
@@ -7,22 +7,13 @@ This is the Coq development of the [Iris Project](http://iris-project.org).
This version is known to compile with:
-
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
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
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
Run
`make`
to build the full development.
...
...
opam
View file @
69d1bf6f
...
...
@@ -14,5 +14,5 @@ install: [make "install"]
remove: [ "sh" "-c" "rm -rf '%{lib}%/coq/user-contrib/iris'" ]
depends: [
"coq" { ((>= "8.5.1" & < "8.7~") | (= "dev"))}
"coq-mathcomp-ssreflect" { ((>= "1.6" & < "1.7~") | (= "dev"))}
"coq-mathcomp-ssreflect" { ((>= "1.6
.1
" & < "1.7~") | (= "dev"))}
]
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment