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

2.8 Release

parent 7e464f73
No related branches found
No related tags found
No related merge requests found
Pipeline #46909 passed
--- ---
# Install external dependencies # Install external dependencies
dune:git clang C++17: dune:2.8 clang C++17:
image: registry.dune-project.org/docker/ci/dune:git-debian-10-clang-7-libcpp-17 image: registry.dune-project.org/docker/ci/dune:git-debian-10-clang-7-libcpp-17
script: duneci-standard-test script: duneci-standard-test
dune:git gcc-8 C++17: dune:2.8 gcc-8 C++17:
image: registry.dune-project.org/docker/ci/dune:git-debian-10-gcc-8-17 image: registry.dune-project.org/docker/ci/dune:git-debian-10-gcc-8-17
script: duneci-standard-test script: duneci-standard-test
dune:git gcc-9 C++20: dune:2.8 gcc-9 C++20:
image: registry.dune-project.org/docker/ci/dune:git-debian-11-gcc-9-20 image: registry.dune-project.org/docker/ci/dune:git-debian-11-gcc-9-20
script: duneci-standard-test script: duneci-standard-test
# Master (will become release 2.8) # 2.8 Release
- The method `addToDiagonal` can now also be called if the matrix is a scalar number type. - The method `addToDiagonal` can now also be called if the matrix is a scalar number type.
This is needed since nowadays scalar entries can end the nesting recursion of dune-istl This is needed since nowadays scalar entries can end the nesting recursion of dune-istl
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
#Name of the module #Name of the module
Module: dune-matrix-vector Module: dune-matrix-vector
Version: 2.8-git Version: 2.8
Maintainer: graeser@mi.fu-berlin.de Maintainer: graeser@mi.fu-berlin.de
#depending on #depending on
Depends: dune-common dune-geometry dune-localfunctions dune-grid dune-istl Depends: dune-common dune-geometry dune-localfunctions dune-grid dune-istl
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment