Added mising '+' for kokkos (#26202)

This commit is contained in:
Ben Bergen 2021-09-24 02:14:25 -06:00 committed by GitHub
parent 6f8c9edefc
commit 2e4528c55c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -56,7 +56,7 @@ class Legion(CMakePackage):
when="%clang+kokkos+cuda cuda_arch={0}".format(nvarch))
depends_on('kokkos@3.3.01~cuda', when='+kokkos~cuda')
depends_on("kokkos@3.3.01~cuda+openmp", when='kokkos+openmp')
depends_on("kokkos@3.3.01~cuda+openmp", when='+kokkos+openmp')
depends_on('python@3', when='+python')
depends_on('papi', when='+papi')