Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
I
iris
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jonas Kastberg
iris
Commits
69d1bf6f
Commit
69d1bf6f
authored
Dec 21, 2016
by
Ralf Jung
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ssreflect 1.6.1 is out :)
parent
d9498942
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
13 deletions
+4
-13
.gitlab-ci.yml
.gitlab-ci.yml
+2
-2
README.md
README.md
+1
-10
opam
opam
+1
-1
No files found.
.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
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