Skip to content

Commit

Permalink
Merge pull request #2199 from ndellingwood/update-docs-kokkos-version
Browse files Browse the repository at this point in the history
docs.yml: change kokkos version to latest release
  • Loading branch information
ndellingwood authored May 7, 2024
2 parents a5794bb + cfc409c commit e0b83ea
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: kokkos/kokkos
ref: develop
ref: 4.3.00
path: kokkos

- name: configure_kokkos
Expand All @@ -45,7 +45,6 @@ jobs:
-DCMAKE_CXX_STANDARD=17 \
-DCMAKE_INSTALL_PREFIX=$PWD/../install \
-DKokkos_ENABLE_COMPILER_WARNINGS=ON \
-DKokkos_ENABLE_DEPRECATED_CODE_3=OFF \
-DKokkos_ENABLE_TESTS=OFF \
-DKokkos_ENABLE_DEPRECATED_CODE_4=OFF \
..
Expand Down

0 comments on commit e0b83ea

Please sign in to comment.