Skip to content
Snippets Groups Projects
Commit ee246228 authored by Patrick Jaap's avatar Patrick Jaap
Browse files

Switch from 2.7-1 to 2.7 scheme for compatibility with core modules

parent 27588703
No related branches found
No related tags found
No related merge requests found
Pipeline #27673 passed
...@@ -4,7 +4,7 @@ variables: ...@@ -4,7 +4,7 @@ variables:
# Install external dependencies # Install external dependencies
before_script: before_script:
- duneci-install-module -b releases/2.7-1 https://git.imp.fu-berlin.de/agnumpde/dune-matrix-vector.git - duneci-install-module -b releases/2.7 https://git.imp.fu-berlin.de/agnumpde/dune-matrix-vector.git
dune:2.7 clang C++17: dune:2.7 clang C++17:
image: registry.dune-project.org/docker/ci/dune:2.7-debian-10-clang-7-libcpp-17 image: registry.dune-project.org/docker/ci/dune:2.7-debian-10-clang-7-libcpp-17
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
#Name of the module #Name of the module
Module: dune-solvers Module: dune-solvers
Version: 2.7-1 Version: 2.7
Maintainer: oliver.sander@tu-dresden.de Maintainer: oliver.sander@tu-dresden.de
#depending on #depending on
Depends: dune-common (>= 2.7) dune-grid (>= 2.7) dune-istl (>= 2.7) dune-localfunctions (>= 2.7) dune-matrix-vector (>= 2.7) Depends: dune-common (>= 2.7) dune-grid (>= 2.7) dune-istl (>= 2.7) dune-localfunctions (>= 2.7) dune-matrix-vector (>= 2.7)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment