Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Luc Berger-Vergiat <lberge@sandia.gov>
  • Loading branch information
lucbv committed Feb 19, 2025
1 parent 1ef4bfb commit f98cbde
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/spr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,12 @@ jobs:
path: kokkos

- name: configure_kokkos
run: |
run: |
mkdir -p kokkos/{build,install}
cd kokkos/build

cmake \
-S "$PWD/.." \
-B "$PWD" \
-D BUILD_SHARED_LIBS=OFF \
-D CMAKE_CXX_COMPILER=icpx \
-D CMAKE_CXX_FLAGS=-fp-model=precise \
Expand All @@ -53,7 +52,8 @@ jobs:
-D Kokkos_ENABLE_DEPRECATION_WARNINGS=OFF \
-D Kokkos_ENABLE_DEPRECATED_CODE_4=OFF \
-D Kokkos_ENABLE_DEPRECATION_WARNINGS=OFF \
-D Kokkos_ENABLE_ONEDPL=OFF
-D Kokkos_ENABLE_ONEDPL=OFF \
..

- name: build_and_install_kokkos
run: |
Expand Down

0 comments on commit f98cbde

Please sign in to comment.