From d3741ab9af1ae2f0c1b1663b746ab77a527a0b85 Mon Sep 17 00:00:00 2001 From: Joakim Hove Date: Fri, 15 May 2015 14:34:17 +0200 Subject: [PATCH] Added support for building with duncontrol --- configure | 4 ++-- dune.module | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/configure b/configure index 6572cc654..63b1689d2 100755 --- a/configure +++ b/configure @@ -6,7 +6,7 @@ src_dir=$(dirname $0) mod_dir= for OPT in "$@"; do case "$OPT" in - --with-opm-macros=*) + --with-opm-cmake=*) # remove everything before equal sign and assign the rest mod_dir=${OPT#*=} # tilde expansion; note that doing eval may have side effects @@ -27,7 +27,7 @@ fi # terminate with error message here if the module directory is not found if [ ! -r "$mod_dir/$conf_file" ]; then - echo Build macros not located in \"$mod_dir\", use --with-opm-macros= to specify! 1>&2 + echo Build macros not located in \"$mod_dir\", use --with-opm-cmake= to specify! 1>&2 exit 1 fi diff --git a/dune.module b/dune.module index 8c39e1785..3c092d667 100644 --- a/dune.module +++ b/dune.module @@ -3,5 +3,5 @@ Description: Utilities for automatic differentiation and simulators based on AD Version: 0.9 Label: 2013.10 Maintainer: atgeirr@sintef.no -Depends: opm-core dune-istl (>=2.2) +Depends: opm-cmake opm-core dune-istl (>=2.2) Suggests: dune-cornerpoint