p4est: apply patches to 2.0 only (#9928)

This commit is contained in:
Denis Davydov 2018-11-22 19:40:22 +01:00 committed by Adam J. Stewart
parent f7a445e4b0
commit 0f6f3ece95

View file

@ -31,10 +31,12 @@ class P4est(AutotoolsPackage):
# from sc upstream, correct the default libraries
patch('https://github.com/cburstedde/libsc/commit/b506aab224b988fec210cc212469f2c4f58b2d04.patch',
sha256='e9418b1a9347a409be241cd185519b31950e42a7f55b6fb80ce53097657098ee',
working_dir='sc')
working_dir='sc',
wnen='@2.0')
patch('https://github.com/cburstedde/libsc/commit/b45a51a7ef97883a3d4dcbd05cb2c77890a76f75.patch',
sha256='8fb829e34e3a1e28afdd6e56e0bdc1d377af569b7ccb9e9d8da0eeb5829ed27e',
working_dir='sc')
working_dir='sc',
when='@2.0')
def autoreconf(self, spec, prefix):
bootstrap = Executable('./bootstrap')