Skip to content

Commit

Permalink
add support for kokkos #4
Browse files Browse the repository at this point in the history
  • Loading branch information
prudhomm committed Oct 22, 2024
1 parent ebecd00 commit 9e266ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/feelpp/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ class Feelpp(CMakePackage, CudaPackage, ROCmPackage):
depends_on("ruby")
depends_on("gmsh +opencascade+mmg+fltk")
depends_on("curl")
depends_on("kokkos", when="+kokkos")
depends_on("kokkos +threads+hwloc", when="+kokkos")
depends_on("kokkos-kernels", when="+kokkos")
for rocm_arch in ROCmPackage.amdgpu_targets:
depends_on(
Expand Down

0 comments on commit 9e266ee

Please sign in to comment.