Skip to content
Snippets Groups Projects
Unverified Commit b51e4873 authored by Valentin V's avatar Valentin V Committed by GitHub
Browse files

pythia8: added environment variable (#18081)

parent 8a8d36d8
No related branches found
No related tags found
No related merge requests found
...@@ -68,4 +68,5 @@ def configure_args(self): ...@@ -68,4 +68,5 @@ def configure_args(self):
return args return args
def setup_dependent_run_environment(self, env, dependent_spec): def setup_dependent_run_environment(self, env, dependent_spec):
env.set('PYTHIA8', self.prefix)
env.set('PYTHIA8DATA', self.prefix.share.Pythia8.xmldoc) env.set('PYTHIA8DATA', self.prefix.share.Pythia8.xmldoc)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment