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.
This commit is contained in:
Andreas Lauser
2016-04-04 15:43:31 +02:00
parent 0e7e45c129
commit b9f5fb8b78

View File

@@ -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)