Skip to content

Commit

Permalink
Fix kokkos ci
Browse files Browse the repository at this point in the history
  • Loading branch information
pierrepebay committed Nov 5, 2024
1 parent 8715f60 commit 8d045cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-kokkos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ jobs:
-D PRESSIO_OPS_ENABLE_TESTS:BOOL=ON \
-D PRESSIO_ENABLE_TPL_EIGEN:BOOL=OFF \
-D PRESSIO_ENABLE_TPL_KOKKOS:BOOL=ON \
-D Kokkos_ROOT=/kokkos/install \
-D KokkosKernels_ROOT=/kokkos-kernels/install
-D KOKKOS_ROOT=/kokkos/install \
-D KOKKOS_KERNELS_ROOT=/kokkos-kernels/install
- name: Build
run: |
Expand Down

0 comments on commit 8d045cc

Please sign in to comment.