Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Patrick Jaap
dune-matrix-vector
Commits
a3ab619f
Commit
a3ab619f
authored
Mar 27, 2020
by
Patrick Jaap
Browse files
2.7 release
parent
1afe098a
Pipeline
#27403
failed with stage
in 1 minute and 55 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
a3ab619f
---
variables
:
DUNECI_BRANCH
:
releases/2.7
# Install external dependencies
dune:
git
clang C++17
:
image
:
registry.dune-project.org/docker/ci/dune:
git
-debian-10-clang-7-libcpp-17
dune:
2.7
clang C++17
:
image
:
registry.dune-project.org/docker/ci/dune:
2.7
-debian-10-clang-7-libcpp-17
script
:
duneci-standard-test
dune:
git
gcc-8 C++17
:
image
:
registry.dune-project.org/docker/ci/dune:
git
-debian-10-gcc-8-17
dune:
2.7
gcc-8 C++17
:
image
:
registry.dune-project.org/docker/ci/dune:
2.7
-debian-10-gcc-8-17
script
:
duneci-standard-test
dune:
git
gcc-6 C++14
:
image
:
registry.dune-project.org/docker/ci/dune:
git
-debian-9-gcc-6-14
dune:
2.7
gcc-6 C++14
:
image
:
registry.dune-project.org/docker/ci/dune:
2.7
-debian-9-gcc-6-14
script
:
duneci-standard-test
dune.module
View file @
a3ab619f
...
...
@@ -4,7 +4,7 @@
#Name of the module
Module
:
dune
-
matrix
-
vector
Version
:
0.
1
Version
:
2.7
-
1
Maintainer
:
graeser
@
mi
.
fu
-
berlin
.
de
#depending on
Depends
:
dune
-
common
dune
-
geometry
dune
-
localfunctions
dune
-
grid
dune
-
istl
Depends
:
dune
-
common
(
>=
2.7
)
dune
-
geometry
(
>=
2.7
)
dune
-
localfunctions
(
>=
2.7
)
dune
-
grid
(
>=
2.7
)
dune
-
istl
(
>=
2.7
)
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