Skip to content

Commit

Permalink
Simplify installation
Browse files Browse the repository at this point in the history
  • Loading branch information
masterleinad committed Jan 16, 2025
1 parent eff8334 commit c765e50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-with-kokkos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,9 @@ jobs:
working-directory: variorum
run: |
cp ${GITHUB_WORKSPACE}/kokkos.presets.json CMakePresets.json
cmake -S src -B build
cmake -S src -B build -DCMAKE_INSTALL_PREFIX=${Variorum_ROOT}
cd build
cmake --install --prefix=${Variorum_ROOT}
make install
- name: Compile and install Kokkos
working-directory: kokkos
run: |
Expand Down

0 comments on commit c765e50

Please sign in to comment.