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:
Wouter Deconinck 2022-12-29 02:13:28 -06:00 committed by GitHub
parent 28a30bcea6
commit 18438c395d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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")