ACTS: fix autodiff version requirements (#28440)
This commit is contained in:
parent
f238835b65
commit
f88b40308d
@ -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')
|
||||
|
Loading…
Reference in New Issue
Block a user