forked from dune-community/dune-gdt
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdune.module
More file actions
executable file
·21 lines (20 loc) · 991 Bytes
/
dune.module
File metadata and controls
executable file
·21 lines (20 loc) · 991 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# ~~~
# This file is part of the dune-gdt project:
# https://zivgitlab.uni-muenster.de/ag-ohlberger/dune-community/dune-gdt
# Copyright 2010-2021 dune-gdt developers and contributors. All rights reserved.
# License: Dual licensed as BSD 2-Clause License (http://opensource.org/licenses/BSD-2-Clause)
# or GPL-2.0+ (http://opensource.org/licenses/gpl-license)
# with "runtime exception" (http://www.dune-project.org/license.html)
# Authors:
# Felix Schindler (2010 - 2014, 2016 - 2018)
# Martin Drohmann (2011)
# Martin Nolte (2011)
# René Fritze (2016, 2018)
# Tobias Leibner (2018 - 2019, 2021)
# ~~~
Module: dune-gdt
# USE DUNE_GDT_GIT_VERSION in cmake scripts instead
Version: SET.BY.CMAKE
Maintainer: dune-gdt@dune-community.ovh
Depends: dune-common (>= 2.8) dune-geometry (>= 2.8) dune-grid (>= 2.8) dune-istl (>= 2.8) dune-localfunctions (>= 2.8)
Suggests: dune-testtools (>= 2.8) dune-alugrid (>= 2.8) dune-grid-glue (>= 2.8) dune-uggrid (>= 2.8)