diff options
author | Wouter Deconinck <wdconinc@gmail.com> | 2020-11-03 12:03:48 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-03 12:03:48 -0600 |
commit | cd625e597463ad6bd5880d740504bb4f49895a90 (patch) | |
tree | c8b4945e95cb1705a135e60369084dfe71c7d068 | |
parent | 125b80d193828ad95d6b8bd8a61c93e391e9e99a (diff) | |
download | spack-cd625e597463ad6bd5880d740504bb4f49895a90.tar.gz spack-cd625e597463ad6bd5880d740504bb4f49895a90.tar.bz2 spack-cd625e597463ad6bd5880d740504bb4f49895a90.tar.xz spack-cd625e597463ad6bd5880d740504bb4f49895a90.zip |
[dire] dire is included in pythia8@8300: so dire depends_on adjusted (#19628)
-rw-r--r-- | var/spack/repos/builtin/packages/dire/package.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/dire/package.py b/var/spack/repos/builtin/packages/dire/package.py index 9b0fde818c..fd9ae5075c 100644 --- a/var/spack/repos/builtin/packages/dire/package.py +++ b/var/spack/repos/builtin/packages/dire/package.py @@ -24,7 +24,7 @@ class Dire(Package): depends_on('boost') depends_on('lhapdf') depends_on('hepmc') - depends_on('pythia8@8226:') + depends_on('pythia8@8226:8244') def install(self, spec, prefix): configure_args = ['--prefix={0}'.format(prefix)] |