FastJet: fix patch level (#21936)

This commit is contained in:
iarspider
2021-02-26 20:21:08 +01:00
committed by GitHub
parent a6396d6190
commit 1a45bdb036

View File

@@ -54,7 +54,7 @@ class Fastjet(AutotoolsPackage):
variant('auto-ptr', default=False, description='Use auto_ptr') variant('auto-ptr', default=False, description='Use auto_ptr')
variant('atlas', default=False, description='Patch to make random generator thread_local') variant('atlas', default=False, description='Patch to make random generator thread_local')
patch('atlas.patch', when='+atlas') patch('atlas.patch', when='+atlas', level=0)
def configure_args(self): def configure_args(self):
extra_args = ["--enable-allplugins"] extra_args = ["--enable-allplugins"]