Skip to content

Commit 5bf4ccf

Browse files
committed
spack: update package.py files
1 parent ac0669a commit 5bf4ccf

File tree

3 files changed

+4
-10
lines changed

3 files changed

+4
-10
lines changed

spack-repo/packages/ports-of-call/package.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
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.
32
#
43
# SPDX-License-Identifier: (Apache-2.0 OR MIT)
54

spack-repo/packages/spiner/package.py

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
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.
32
#
43
# SPDX-License-Identifier: (Apache-2.0 OR MIT)
54

@@ -64,8 +63,8 @@ class Spiner(CMakePackage):
6463
depends_on("ports-of-call portability_strategy=Kokkos", when="@:1.5.1 +kokkos")
6564
depends_on("ports-of-call portability_strategy=None", when="@:1.5.1 ~kokkos")
6665
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",
6968
when="+kokkos ^kokkos+cuda",
7069
)
7170

spack-repo/repo.yaml

-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,2 @@
1-
# ###
2-
# repository information
3-
# ###
4-
51
repo:
62
namespace: spiner

0 commit comments

Comments
 (0)