Skip to content
Snippets Groups Projects
Commit b2d73c11 authored by Praetorius, Simon's avatar Praetorius, Simon
Browse files

Set version 2.9

parent e7b9adc5
Branches
Tags
No related merge requests found
......@@ -3,18 +3,6 @@ variables:
GIT_SUBMODULE_STRATEGY: recursive
DUNECI_PARALLEL: 2
dune-2.6:
image: registry.dune-project.org/docker/ci/dune:2.6-debian-10-gcc-8-17
script:
- duneci-standard-test
- dunecontrol --current make -j2 examples
dune-2.7:
image: registry.dune-project.org/docker/ci/dune:2.7-debian-10-gcc-8-17
script:
- duneci-standard-test
- dunecontrol --current make -j2 examples
dune-git-clang:
image: registry.dune-project.org/docker/ci/dune:git-debian-10-clang-7-libcpp-17
script:
......
## Master (will become release v0.4)
## Master (will become release v2.9)
## Release 2.8
- Restructuring of local operators. Introduce (global) `Operator` class and use type-erasure
for the storage of `LocalOperator`s in the operator list. In the `GridFunctionLocalOperator`
......
cmake_minimum_required(VERSION 3.13)
project(amdis LANGUAGES CXX VERSION 0.3)
project(amdis LANGUAGES CXX VERSION 2.9)
# find dune-common and set the module path
find_package(dune-common REQUIRED)
......
The MIT License (MIT)
Copyright (c) 2016-2020 Simon Praetorius
Copyright (c) 2016-2021 Simon Praetorius
2019-2020 Felix Müller
Permission is hereby granted, free of charge, to any person obtaining a copy
......
......@@ -8,8 +8,8 @@ DEPENDENCIES=@REQUIRES@
Name: @PACKAGE_NAME@
Version: @VERSION@
Description: AMDiS dune-module
URL: https://gitlab.mn.tu-dresden.de/amdis/amdis-core
Description: The Adaptive Multi-Dimensional Simulation Toolbox (AMDiS)
URL: https://gitlab.com/amdis/amdis
Requires: dune-common dune-geometry dune-localfunctions dune-typetree dune-grid dune-functions
Suggests: dune-uggrid dune-alugrid dune-foamgrid dune-spgrid dune-ist
Libs: -L${libdir}
......
################################
# Dune module information file #
################################
Module: amdis
Version: 0.3
Version: 2.9-pre
Author: Insitute of Scientific Computing at TU-Dresden
Maintainer: simon.praetorius@tu-dresden.de
Depends: dune-common (>= 2.6) dune-geometry (>= 2.6) dune-localfunctions (>= 2.6) dune-typetree (>= 2.6) dune-grid (>= 2.6) dune-functions (>= 2.6) dune-istl (>= 2.6)
Description: The Adaptive Multi-Dimensional Simulation Toolbox (AMDiS), a discretization module on top of the Dune framework.
Python-Requires:
Depends: dune-common (>= 2.9) dune-geometry (>= 2.9) dune-localfunctions (>= 2.9) dune-typetree (>= 2.9) dune-grid (>= 2.9) dune-functions (>= 2.9) dune-istl (>= 2.9)
Suggests: dune-uggrid dune-alugrid dune-foamgrid dune-spgrid dune-vtk
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment