From b11a667de0c77887199b1e7913b93fd6143a17f5 Mon Sep 17 00:00:00 2001 From: Andreas Lauser Date: Fri, 6 Dec 2013 17:11:52 +0100 Subject: [PATCH] dune.module: specify dependency on opm-parser this is tested in cmake, but dunecontrol was unware of it up to now. this depends on OPM/opm-parser#67 --- dune.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dune.module b/dune.module index 02dc99c3..b3b7ad9c 100644 --- a/dune.module +++ b/dune.module @@ -4,4 +4,4 @@ Description: Open Porous Media Initiative Core Library Version: 1.1 Label: 2013.10 Maintainer: atgeirr@sintef.no -Depends: dune-common (>= 2.2) dune-istl (>= 2.2) +Depends: dune-common (>= 2.2) dune-istl (>= 2.2) opm-parser