Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • extensions/dune-foamgrid
  • ansgar/dune-foamgrid
  • simon.praetorius/dune-foamgrid
  • kilian.weishaupt/dune-foamgrid
  • samuel.burbulla/dune-foamgrid
  • lisa_julia.nebel/dune-foamgrid
6 results
Show changes
Commits on Source (4)
......@@ -13,11 +13,11 @@ before_script:
- duneci-install-module https://gitlab.dune-project.org/core/dune-geometry.git
- duneci-install-module https://gitlab.dune-project.org/core/dune-grid.git
dune:2.6 ubuntu:18.04 clang-6-17:
image: registry.dune-project.org/docker/ci/ubuntu:18.04
dune:2.8 ubuntu:20.04 clang-10-20:
image: registry.dune-project.org/docker/ci/ubuntu:20.04
script: duneci-standard-test
variables:
DUNECI_TOOLCHAIN: clang-6-17
DUNECI_TOOLCHAIN: clang-10-20
DUNECI_CMAKE_FLAGS: "-DDUNE_PYTHON_VIRTUALENV_SETUP=1"
DUNECI_BRANCH: releases/2.6
DUNECI_BRANCH: releases/2.8
tags: [duneci]
......@@ -5,7 +5,7 @@
#Name of the module
Module: dune-foamgrid
Version: 2.8-git
Maintainer: timo.koch@iws.uni-stuttgart.de, oliver.sander@tu-dresden.de
Maintainer: timokoch@uio.no, oliver.sander@tu-dresden.de
#depending on
Depends: dune-common (>= 2.6) dune-geometry (>= 2.6) dune-grid (>= 2.6)
Depends: dune-common (>= 2.8) dune-geometry (>= 2.8) dune-grid (>= 2.8)
Suggests: dune-python