From 4c5e67ccb0d3c98af953b71c40765bb94bf3d24b Mon Sep 17 00:00:00 2001 From: Timo Koch <timokoch@math.uio.no> Date: Mon, 23 Aug 2021 11:28:40 +0000 Subject: [PATCH] [dependencies] Raise dune version requirements to 2.8 --- dune.module | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dune.module b/dune.module index b28e5ed18b..1f3f9b9aa3 100644 --- a/dune.module +++ b/dune.module @@ -2,8 +2,8 @@ Module: dumux Version: 3.5-git Author: The DuMux Team Maintainer: dumux@listserv.uni-stuttgart.de -Depends: dune-common (>= 2.7) dune-grid (>= 2.7) dune-localfunctions (>= 2.7) dune-istl (>= 2.7) -Suggests: dune-alugrid (>=2.7) dune-foamgrid (>=2.7) dune-uggrid (>=2.7) dune-functions (>=2.7) opm-common opm-grid dune-subgrid dune-spgrid (>= 2.7) dune-mmesh (>= 1.1) +Depends: dune-common (>= 2.8) dune-grid (>= 2.8) dune-localfunctions (>= 2.8) dune-istl (>= 2.8) +Suggests: dune-alugrid (>=2.8) dune-foamgrid (>=2.8) dune-uggrid (>=2.8) dune-functions (>=2.8) opm-common opm-grid dune-subgrid dune-spgrid (>= 2.8) dune-mmesh (>= 1.2) Description: DuMux is a module for simulation of multi-phase multi-component flow transport in porous media URL: https://dumux.org Python-Requires: -- GitLab