Skip to content

Commit

Permalink
Add py-onnxruntime to k4RecCalorimeter
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcarcell committed Mar 2, 2024
1 parent 0c4f5e5 commit 1a2f8c3
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions packages/k4reccalorimeter/package.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
from spack.pkg.k4.key4hep_stack import Key4hepPackage
from spack.pkg.k4.key4hep_stack import k4_setup_env_for_framework_tests


class K4reccalorimeter(CMakePackage, Key4hepPackage):
Expand Down Expand Up @@ -30,12 +29,10 @@ class K4reccalorimeter(CMakePackage, Key4hepPackage):
depends_on("fccdetectors")
depends_on("k4gen")
depends_on("k4simgeant4")
# via gaudi
depends_on("py-six", type=("build", "run"))
depends_on("py-onnxruntime")

def cmake_args(self):
args = []
# C++ Standard
args.append(
f"-DCMAKE_CXX_STANDARD={self.spec['root'].variants['cxxstd'].value}"
)
Expand All @@ -50,7 +47,6 @@ def setup_run_environment(self, env):

def setup_build_environment(self, env):
self.setup_run_environment(env)
# k4_setup_env_for_framework_tests(self.spec, env)

def check(self):
pass
Expand Down

0 comments on commit 1a2f8c3

Please sign in to comment.