PDELab now has a releases/2.7 branch
This commit is contained in:
parent
64ac5770a2
commit
4807a17bab
|
@ -235,6 +235,13 @@ class Dune(CMakePackage):
|
||||||
when='@%s+fem+python' % _vers,
|
when='@%s+fem+python' % _vers,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
resource(
|
||||||
|
name='dune-pdelab',
|
||||||
|
git='https://gitlab.dune-project.org/pdelab/dune-pdelab.git',
|
||||||
|
branch=_branch,
|
||||||
|
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',
|
||||||
|
@ -252,15 +259,6 @@ class Dune(CMakePackage):
|
||||||
when='@2.7+python',
|
when='@2.7+python',
|
||||||
)
|
)
|
||||||
|
|
||||||
# The dune-pdelab package does not yet have a 2.7-compatible release
|
|
||||||
resource(
|
|
||||||
name='dune-pdelab',
|
|
||||||
git='https://gitlab.dune-project.org/pdelab/dune-pdelab.git',
|
|
||||||
branch='master',
|
|
||||||
when='@master+pdelab',
|
|
||||||
)
|
|
||||||
conflicts('dune@2.7', when='+pdelab')
|
|
||||||
|
|
||||||
# The dune-codegen package does not yet have a 2.7-compatible release
|
# The dune-codegen package does not yet have a 2.7-compatible release
|
||||||
resource(
|
resource(
|
||||||
name='dune-codegen',
|
name='dune-codegen',
|
||||||
|
|
Loading…
Reference in New Issue