dune-grod-glue now has a 2.7 release

This commit is contained in:
Dominic Kempf 2020-06-10 07:34:50 +00:00
parent 4807a17bab
commit 3eda19a5e8
1 changed files with 7 additions and 8 deletions

View File

@ -242,14 +242,13 @@ class Dune(CMakePackage):
when='@%s+pdelab' % _vers,
)
# The dune-grid-glue package does not yet have a 2.7-compatible release
resource(
name='dune-grid-glue',
git='https://gitlab.dune-project.org/extensions/dune-grid-glue.git',
branch='master',
when='@master+gridglue',
)
conflicts('dune@2.7', when='+gridglue')
# The dune-grid-glue package does not yet have a 2.7-compatible release
resource(
name='dune-grid-glue',
git='https://gitlab.dune-project.org/extensions/dune-grid-glue.git',
branch=_branch,
when='@%s+gridglue' % _vers,
)
# The dune-python package migrated to dune-common after the 2.7 release
resource(