Skip to content
Snippets Groups Projects
Commit 0e044100 authored by Cameron Smith's avatar Cameron Smith Committed by Massimiliano Culpo
Browse files

kokkos: update cuda conflict (#11110)

parent 6e4b234d
No related branches found
No related tags found
No related merge requests found
...@@ -123,10 +123,9 @@ class Kokkos(Package): ...@@ -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')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment