Skip to content

Commit

Permalink
Add a few comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcarcell committed Nov 28, 2024
1 parent 413b9d6 commit 35e8cac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/py-pyhepmc/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ class PyPyhepmc(PythonPackage):
depends_on("hepmc3", type=("build", "run"))
depends_on("[email protected]:", type=("build", "run"))
depends_on("py-pybind11", type=("build", "run"))
# In v2.14.0 a dot command is run at import time to check which formats are supported
# The system dot on Alma 9 does not support any formats and importing fails so graphviz is required
depends_on("graphviz", type="run")

@run_before("install")
Expand Down

0 comments on commit 35e8cac

Please sign in to comment.