Skip to content

Commit

Permalink
Fix easy to fix things in k4generators config
Browse files Browse the repository at this point in the history
  • Loading branch information
tmadlener authored Sep 27, 2024
1 parent a0f4d9c commit 3f51d7c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/k4generatorsconfig/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@


class K4generatorsconfig(CMakePackage):
"""DD4hep geometry models for future colliders."""
"""A python based module for the automatic generation of inputfiles for Monte-Carlo(MC) generators."""

homepage = "https://github.com/key4hep/k4GeneratorsConfig"
git = "https://github.com/key4hep/k4GeneratorsConfig.git"
Expand All @@ -23,6 +23,8 @@ class K4generatorsconfig(CMakePackage):
depends_on("hepmc3")
depends_on("heppdt")
depends_on("pythia8")
depends_on("[email protected]:")
depends_on("py-pyyaml")

def cmake_args(self):
args = []
Expand All @@ -33,3 +35,4 @@ def cmake_args(self):

def setup_run_environment(self, env):
env.set("K4GENERATORSCONFIG", self.prefix.share.k4geo)
env.prepend_path("PYTHONPATH", self.prefix.python)

0 comments on commit 3f51d7c

Please sign in to comment.