[acts] fix boost dependency (#19286)

@HadrienG2  the dependency is definitely there in all versions, but I did not check if the variants need to be adapted for the newer variants of acts
This commit is contained in:
vvolkl 2020-10-13 17:09:14 +02:00 committed by GitHub
parent edfbfc8962
commit c40de7c895
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -104,7 +104,7 @@ class Acts(CMakePackage, CudaPackage):
# Build dependencies # Build dependencies
depends_on('boost @1.62:1.69.99 +program_options +test', when='@:0.10.3') depends_on('boost @1.62:1.69.99 +program_options +test', when='@:0.10.3')
depends_on('boost @1.69: +filesystem +program_options +test', when='@0.10.4') depends_on('boost @1.69: +filesystem +program_options +test', when='@0.10.4:')
depends_on('cmake @3.11:', type='build') depends_on('cmake @3.11:', type='build')
depends_on('dd4hep @1.10:', when='+dd4hep') depends_on('dd4hep @1.10:', when='+dd4hep')
depends_on('dd4hep @1.10: +geant4', when='+dd4hep +geant4') depends_on('dd4hep @1.10: +geant4', when='+dd4hep +geant4')