Change PDELab branch - the fix was merged.
This commit is contained in:
parent
640fc04f6a
commit
64ac5770a2
|
@ -256,7 +256,7 @@ class Dune(CMakePackage):
|
||||||
resource(
|
resource(
|
||||||
name='dune-pdelab',
|
name='dune-pdelab',
|
||||||
git='https://gitlab.dune-project.org/pdelab/dune-pdelab.git',
|
git='https://gitlab.dune-project.org/pdelab/dune-pdelab.git',
|
||||||
branch='bugfix/library-build',
|
branch='master',
|
||||||
when='@master+pdelab',
|
when='@master+pdelab',
|
||||||
)
|
)
|
||||||
conflicts('dune@2.7', when='+pdelab')
|
conflicts('dune@2.7', when='+pdelab')
|
||||||
|
|
Loading…
Reference in New Issue