Skip to content

Commit

Permalink
fccanalyses: add doxygen and podio deps
Browse files Browse the repository at this point in the history
  • Loading branch information
joequant committed Oct 11, 2024
1 parent 57e59a3 commit 494c5f7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/fccanalyses/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ class Fccanalyses(CMakePackage, Key4hepPackage):
depends_on("acts@:29", when="@:0.8.0 +acts")
depends_on("[email protected]:28", when="@0.7.0 +acts")
depends_on("eigen")
depends_on("doxygen", when="@0.10.0:")
depends_on("podio +datasource", when="@0.10.0:")
depends_on("dd4hep", when="+dd4hep")
depends_on("py-pyyaml", type=("build", "run"))
depends_on("py-onnxruntime", when="+onnx")
Expand Down

0 comments on commit 494c5f7

Please sign in to comment.