File tree 3 files changed +4
-10
lines changed
3 files changed +4
-10
lines changed Original file line number Diff line number Diff line change 1
- # Copyright 2013-2023 Lawrence Livermore National Security, LLC and other
2
- # Spack Project Developers. See the top-level COPYRIGHT file for details.
1
+ # Copyright Spack Project Developers. See COPYRIGHT file for details.
3
2
#
4
3
# SPDX-License-Identifier: (Apache-2.0 OR MIT)
5
4
Original file line number Diff line number Diff line change 1
- # Copyright 2013-2023 Lawrence Livermore National Security, LLC and other
2
- # Spack Project Developers. See the top-level COPYRIGHT file for details.
1
+ # Copyright Spack Project Developers. See COPYRIGHT file for details.
3
2
#
4
3
# SPDX-License-Identifier: (Apache-2.0 OR MIT)
5
4
@@ -64,8 +63,8 @@ class Spiner(CMakePackage):
64
63
depends_on ("ports-of-call portability_strategy=Kokkos" , when = "@:1.5.1 +kokkos" )
65
64
depends_on ("ports-of-call portability_strategy=None" , when = "@:1.5.1 ~kokkos" )
66
65
depends_on (
"[email protected] :" ,
when = "+kokkos" )
67
- depends_on (
68
- "kokkos ~shared+cuda_lambda+cuda_constexpr" ,
66
+ requires (
67
+ "^ kokkos ~shared+cuda_lambda+cuda_constexpr" ,
69
68
when = "+kokkos ^kokkos+cuda" ,
70
69
)
71
70
Original file line number Diff line number Diff line change 1
- # ###
2
- # repository information
3
- # ###
4
-
5
1
repo :
6
2
namespace : spiner
You can’t perform that action at this time.
0 commit comments