Provide ability to build in DUNE framework

dunecontrol will look for a file called dune.module and use the
information therein to determine which and in what sequences directories
should be built.

By specifying dune-common and dune-istl as dependencies here, we
ensure that those directories are available before opm-core. They are
not true dependencies; opm-core is usable without them, but if you are
using dunecontrol, then it is a good bet that dune-istl also is
available and desirable to use.
This commit is contained in:
Roland Kaufmann 2013-01-09 09:39:48 +01:00
parent 3bac901afe
commit a05ba20165

View File

@ -1,7 +1,3 @@
#dune module information file#
##############################
#Name of the module
Module: opm-core
Version: 0.1
Maintainer: atgeirr@sintef.no
Version: 0.3
Depends: dune-common dune-istl