Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Iris
Tutorial POPL18
Commits
96d324f6
Commit
96d324f6
authored
Feb 13, 2019
by
Ralf Jung
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update README, stop testing Coq 8.6
parent
54be60b6
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
21 deletions
+4
-21
.gitlab-ci.yml
.gitlab-ci.yml
+0
-5
README.md
README.md
+4
-16
No files found.
.gitlab-ci.yml
View file @
96d324f6
...
...
@@ -35,8 +35,3 @@ build-coq.8.7.2:
<<
:
*template
variables
:
OPAM_PINS
:
"
coq
version
8.7.2
coq-mathcomp-ssreflect
version
1.7.0"
build-coq.8.6.1
:
<<
:
*template
variables
:
OPAM_PINS
:
"
coq
version
8.6.1
coq-mathcomp-ssreflect
version
1.7.0"
README.md
View file @
96d324f6
...
...
@@ -9,10 +9,8 @@ This tutorial comes in two versions:
For the tutorial material you need to have the following dependencies installed:
-
Coq 8.6.1 / 8.7.2 / 8.8.2
-
Ssreflect 1.7.0
-
Coq-std++ 1.1
-
Iris (latest version)
-
Coq 8.7.2 / 8.8.2
-
A development version of
[
Iris
](
https://gitlab.mpi-sws.org/iris/iris
)
*Note:*
the tutorial material will not work with earlier versions of Iris, it
is important to install the exact versions as given above.
...
...
@@ -25,19 +23,9 @@ opam repository and the Iris development repository (if you have not already
done so earlier):
opam repo add coq-released https://coq.inria.fr/opam/released
opam repo add iris-dev https://gitlab.mpi-sws.org/
FP
/opam
-dev
.git
opam repo add iris-dev https://gitlab.mpi-sws.org/
iris
/opam.git
Then you can do
`opam install coq-iris`
.
## Installing Iris from source
If you are unable to use opam, you can also build Iris from source. For this,
run
`make; make install`
for all of:
*
ssreflect:
<https://github.com/math-comp/math-comp/archive/mathcomp-1.7.0.tar.gz>
(
`cd mathcomp/ssreflect`
to only compile and install what is needed)
*
std++:
<https://gitlab.mpi-sws.org/iris/stdpp/repository/coq-stdpp-1.1.0/archive.tar.gz>
*
Iris:
<https://gitlab.mpi-sws.org/FP/iris-coq/repository/iris-3.1.0/archive.tar.gz>
Then you can do
`make build-dep`
to install exactly the right version of Iris.
## Compiling the exercises
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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