kokkos: update cuda conflict (#11110)
see https://github.com/spack/spack/pull/10943#issuecomment-475303870
This commit is contained in:
parent
6e4b234d13
commit
0e04410044
1 changed files with 3 additions and 4 deletions
|
@ -123,10 +123,9 @@ class Kokkos(Package):
|
|||
# conflicts on kokkos version and cuda enabled
|
||||
# see kokkos issue #1296
|
||||
# https://github.com/kokkos/kokkos/issues/1296
|
||||
conflicts('+cuda', when='@2.5.00:develop',
|
||||
msg='Kokkos build system has issue when CUDA enabled'
|
||||
' in version 2.5.00 through 2.7.00, and develop until '
|
||||
'issue #1296 is resolved.')
|
||||
conflicts('+cuda', when='@2.5.00:2.7.00',
|
||||
msg='Kokkos build system has issue (#1296) when CUDA enabled'
|
||||
' in version 2.5.00 through 2.7.00.')
|
||||
|
||||
# Specify that v1.x is required as v2.x has API changes
|
||||
depends_on('hwloc@:1')
|
||||
|
|
Loading…
Reference in a new issue