From b9f5fb8b785407cb361da97187a5a35a78281eac Mon Sep 17 00:00:00 2001 From: Andreas Lauser Date: Mon, 4 Apr 2016 15:43:31 +0200 Subject: [PATCH] dune.module: add all modules which opm-autodiff depends on explicitly this restores the ability to build opm-autodiff and all dependencies using `dunecontrol`. Except for opm-common adding these dependencies is not really required because they were inherited from other modules, but stating them explicitly is good style IMO. --- dune.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dune.module b/dune.module index f00e56a38..3eee1b12a 100644 --- a/dune.module +++ b/dune.module @@ -10,4 +10,4 @@ Label: 2016.04-pre Maintainer: atgeirr@sintef.no MaintainerName: Atgeirr F. Rasmussen Url: http://opm-project.org -Depends: opm-common opm-core dune-cornerpoint dune-istl (>=2.2) +Depends: opm-common opm-parser opm-output opm-material opm-core dune-cornerpoint dune-istl (>=2.2)