ACTS: fix autodiff version requirements (#28440)

This commit is contained in:
Hadrien G 2022-01-17 20:14:29 +01:00 committed by GitHub
parent f238835b65
commit f88b40308d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -143,7 +143,7 @@ class Acts(CMakePackage, CudaPackage):
# Build dependencies
# FIXME: Use spack's vecmem package once there is one
# (https://github.com/acts-project/acts/pull/998)
depends_on('autodiff @0.5.11:', when='@1.2: +autodiff')
depends_on('autodiff @0.5.11:0.5.99', when='@1.2: +autodiff')
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')