[acts] depends_on dd4hep +dddetectors (+ddg4 when +geant4) (#27861)

This commit is contained in:
Wouter Deconinck 2021-12-17 07:17:52 -06:00 committed by GitHub
parent e3f0be41d4
commit 1813a809ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -145,8 +145,8 @@ class Acts(CMakePackage, CudaPackage):
depends_on('boost @1.62:1.69 +program_options +test', when='@:0.10.3')
depends_on('boost @1.71: +filesystem +program_options +test', when='@0.10.4:')
depends_on('cmake @3.14:', type='build')
depends_on('dd4hep @1.11:', when='+dd4hep')
depends_on('dd4hep @1.11: +ddg4', when='+dd4hep +geant4')
depends_on('dd4hep @1.11: +dddetectors +ddrec', when='+dd4hep')
depends_on('dd4hep +ddg4', when='+dd4hep +geant4 +examples')
depends_on('eigen @3.3.7:')
depends_on('geant4', when='+fatras_geant4')
depends_on('geant4', when='+geant4')