dune-grod-glue now has a 2.7 release
This commit is contained in:
parent
4807a17bab
commit
3eda19a5e8
|
@ -242,14 +242,13 @@ class Dune(CMakePackage):
|
||||||
when='@%s+pdelab' % _vers,
|
when='@%s+pdelab' % _vers,
|
||||||
)
|
)
|
||||||
|
|
||||||
# The dune-grid-glue package does not yet have a 2.7-compatible release
|
# The dune-grid-glue package does not yet have a 2.7-compatible release
|
||||||
resource(
|
resource(
|
||||||
name='dune-grid-glue',
|
name='dune-grid-glue',
|
||||||
git='https://gitlab.dune-project.org/extensions/dune-grid-glue.git',
|
git='https://gitlab.dune-project.org/extensions/dune-grid-glue.git',
|
||||||
branch='master',
|
branch=_branch,
|
||||||
when='@master+gridglue',
|
when='@%s+gridglue' % _vers,
|
||||||
)
|
)
|
||||||
conflicts('dune@2.7', when='+gridglue')
|
|
||||||
|
|
||||||
# The dune-python package migrated to dune-common after the 2.7 release
|
# The dune-python package migrated to dune-common after the 2.7 release
|
||||||
resource(
|
resource(
|
||||||
|
|
Loading…
Reference in New Issue