acts: update requirements on autodiff (#28501)
This commit is contained in:
parent
8da204de61
commit
7ae2d2e387
1 changed files with 2 additions and 1 deletions
|
@ -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')
|
||||||
|
|
Loading…
Reference in a new issue