Skip to content

Commit

Permalink
Simplify a bit the dual-readout recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcarcell committed Mar 19, 2024
1 parent 87c7685 commit 137f0ec
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions packages/dual-readout/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class DualReadout(CMakePackage, Key4hepPackage):
)

depends_on("dd4hep")
depends_on("edm4hep@0.4.1:")
depends_on("edm4hep")
depends_on("[email protected]:")
depends_on("[email protected]:", when="@0.1.1:")
depends_on("py-jinja2", type=("build"))
Expand All @@ -53,7 +53,6 @@ class DualReadout(CMakePackage, Key4hepPackage):
depends_on("pythia8")
depends_on("hsf-cmaketools")
depends_on("k4fwcore")
depends_on("[email protected]:")
depends_on("simsipm")

def cmake_args(self):
Expand All @@ -62,8 +61,6 @@ def cmake_args(self):
args.append(
f"-DCMAKE_CXX_STANDARD={self.spec['root'].variants['cxxstd'].value}"
)
if self.spec.satisfies("^gaudi@:34.99"):
args.append("-DHOST_BINARY_TAG=x86_64-linux-gcc9-opt")
return args

def setup_build_environment(self, env):
Expand Down

0 comments on commit 137f0ec

Please sign in to comment.