summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Wang <joequant@gmail.com>2021-10-09 22:11:58 +0800
committerGitHub <noreply@github.com>2021-10-09 16:11:58 +0200
commit03ab5dee319fa30e5e3376bba3f459f20b4a32c2 (patch)
tree12064217288cff9282ba332d1c7f9b4813cbd438
parent93df47f4d520ee0778f35ec3208d6fe5e6365f5e (diff)
downloadspack-03ab5dee319fa30e5e3376bba3f459f20b4a32c2.tar.gz
spack-03ab5dee319fa30e5e3376bba3f459f20b4a32c2.tar.bz2
spack-03ab5dee319fa30e5e3376bba3f459f20b4a32c2.tar.xz
spack-03ab5dee319fa30e5e3376bba3f459f20b4a32c2.zip
evtgen: fix pythia typo (#26625)
-rw-r--r--var/spack/repos/builtin/packages/evtgen/package.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/evtgen/package.py b/var/spack/repos/builtin/packages/evtgen/package.py
index 0809a4ba1a..85f80e03e5 100644
--- a/var/spack/repos/builtin/packages/evtgen/package.py
+++ b/var/spack/repos/builtin/packages/evtgen/package.py
@@ -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')