evtgen: fix pythia typo (#26625)

This commit is contained in:
Joseph Wang
2021-10-09 22:11:58 +08:00
committed by GitHub
parent 93df47f4d5
commit 03ab5dee31

View File

@@ -27,7 +27,7 @@ class Evtgen(CMakePackage):
variant('hepmc3', default=False, description='Link with hepmc3 (instead of hepmc)')
patch("g2c.patch", when='@01.07.00')
patch("evtgen-2.0.0.patch", when='@02.00.00 ^pythia@8.304:')
patch("evtgen-2.0.0.patch", when='@02.00.00 ^pythia8@8.304:')
depends_on('hepmc', when='~hepmc3')
depends_on('hepmc3', when='+hepmc3')