rivet: hepmc=3: Fix prefix of --with-hepmc3 (#27814)
This commit is contained in:
parent
235edd0742
commit
2bb075c850
@ -168,7 +168,7 @@ def configure_args(self):
|
||||
if self.spec.variants['hepmc'].value == '2':
|
||||
args += ['--with-hepmc=' + self.spec['hepmc'].prefix]
|
||||
else:
|
||||
args += ['--with-hepmc3=' + self.spec['hepmc'].prefix]
|
||||
args += ['--with-hepmc3=' + self.spec['hepmc3'].prefix]
|
||||
|
||||
if self.spec.satisfies('@:1'):
|
||||
args += ['--with-boost-incpath=' + self.spec['boost'].includes]
|
||||
|
Loading…
Reference in New Issue
Block a user