acts: update requirements on autodiff (#28501)

This commit is contained in:
Hadrien G 2022-01-19 10:59:04 +01:00 committed by GitHub
parent 8da204de61
commit 7ae2d2e387
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -143,7 +143,8 @@ class Acts(CMakePackage, CudaPackage):
# Build dependencies # Build dependencies
# FIXME: Use spack's vecmem package once there is one # FIXME: Use spack's vecmem package once there is one
# (https://github.com/acts-project/acts/pull/998) # (https://github.com/acts-project/acts/pull/998)
depends_on('autodiff @0.5.11:0.5.99', when='@1.2: +autodiff') depends_on('autodiff @0.6:', when='@develop +autodiff')
depends_on('autodiff @0.5.11:0.5.99', when='@1.2:16 +autodiff')
depends_on('boost @1.62:1.69 +program_options +test', when='@:0.10.3') 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('boost @1.71: +filesystem +program_options +test', when='@0.10.4:')
depends_on('cmake @3.14:', type='build') depends_on('cmake @3.14:', type='build')