[dire] dire is included in pythia8@8300: so dire depends_on adjusted (#19628)
This commit is contained in:
parent
125b80d193
commit
cd625e5974
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ class Dire(Package):
|
||||||
depends_on('boost')
|
depends_on('boost')
|
||||||
depends_on('lhapdf')
|
depends_on('lhapdf')
|
||||||
depends_on('hepmc')
|
depends_on('hepmc')
|
||||||
depends_on('pythia8@8226:')
|
depends_on('pythia8@8226:8244')
|
||||||
|
|
||||||
def install(self, spec, prefix):
|
def install(self, spec, prefix):
|
||||||
configure_args = ['--prefix={0}'.format(prefix)]
|
configure_args = ['--prefix={0}'.format(prefix)]
|
||||||
|
|
Loading…
Reference in a new issue