Skip to content

Commit

Permalink
eicrecon: provide version
Browse files Browse the repository at this point in the history
  • Loading branch information
veprbl committed May 22, 2024
1 parent d166c4d commit 2458cc3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/eicrecon/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -239,8 +239,11 @@ class Eicrecon(CMakePackage):
depends_on("catch2", when="@1.0.0:")
depends_on("cppgsl", when="@1.7:")
depends_on("algorithms", when="@1.7:")
depends_on("py-onnxruntime", when="@1.12:") # FIXME change to 1.13 when released
depends_on("py-onnxruntime", when="@1.13:")

def cmake_flags(self):
return [f"-DVERSION={self.version}"]

def setup_run_environment(self, env):
env.prepend_path(
"JANA_PLUGIN_PATH", join_path(self.prefix, "lib", "EICrecon", "plugins")
Expand Down

0 comments on commit 2458cc3

Please sign in to comment.