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