Skip to content

Commit

Permalink
Merge pull request #396 from blattms/correct-dune.module-dependecies
Browse files Browse the repository at this point in the history
Moved opm-common to Depends section of dune-module.
  • Loading branch information
blattms authored Oct 15, 2019
2 parents fffe2e7 + 1eb8c20 commit da63820
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dune.module
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ Label: 2019.10-pre
Maintainer: [email protected]
MaintainerName: Atgeirr F. Rasmussen
Url: http://opm-project.org
Depends: dune-common (>= 2.4) dune-geometry (>= 2.4) dune-grid (>= 2.4)
Suggests: dune-istl (>= 2.4) opm-common
Depends: dune-common (>= 2.4) dune-geometry (>= 2.4) dune-grid (>= 2.4) opm-common
Suggests: dune-istl (>= 2.4)

0 comments on commit da63820

Please sign in to comment.