pythia8: added environment variable (#18081)

This commit is contained in:
vvolkl 2020-08-17 11:51:16 +02:00 committed by GitHub
parent 8a8d36d828
commit b51e48732c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -68,4 +68,5 @@ def configure_args(self):
return args
def setup_dependent_run_environment(self, env, dependent_spec):
env.set('PYTHIA8', self.prefix)
env.set('PYTHIA8DATA', self.prefix.share.Pythia8.xmldoc)