Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions repos/spack_repo/builtin/packages/kokkos/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -399,6 +399,9 @@ class Kokkos(CMakePackage, CudaPackage, ROCmPackage):
# Filter spack-generated files that may include links to the
# spack compiler wrappers
filter_compiler_wrappers("kokkos_launch_compiler", relative_root="bin")
filter_compiler_wrappers(
"KokkosConfigCommon.cmake", relative_root=os.path.join("lib", "cmake", "Kokkos")
)
filter_compiler_wrappers(
"KokkosConfigCommon.cmake", relative_root=os.path.join("lib64", "cmake", "Kokkos")
)
Comment thread
rbberger marked this conversation as resolved.
Outdated
Expand Down
Loading