dd4hep: depends_on virtual tbb instead of intel-tbb (#34704)
Recent changes to dd4hep remove the explicit dependency on an older version of intel-tbb. This makes this explicit in the spack package.
This commit is contained in:
parent
28a30bcea6
commit
18438c395d
@ -146,7 +146,8 @@ class Dd4hep(CMakePackage):
|
||||
depends_on("geant4@10.2.2:", when="+ddg4")
|
||||
depends_on("assimp@5.0.2:", when="+ddcad")
|
||||
depends_on("hepmc3", when="+hepmc3")
|
||||
depends_on("intel-tbb", when="+tbb")
|
||||
depends_on("tbb", when="+tbb")
|
||||
depends_on("intel-tbb@:2020.3", when="+tbb @:1.23")
|
||||
depends_on("lcio", when="+lcio")
|
||||
depends_on("edm4hep", when="+edm4hep")
|
||||
depends_on("podio", when="+edm4hep")
|
||||
|
Loading…
Reference in New Issue
Block a user