Skip to content

Commit

Permalink
configure
Browse files Browse the repository at this point in the history
  • Loading branch information
Angelyr committed Oct 23, 2024
1 parent 0b0ae79 commit 3b07780
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/actions/install-repo/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,16 @@ runs:
ref: ${{inputs.repo-ref}}
path: ${{inputs.repo-name}}

# - name: ${{inputs.repo-name}} Configure CMake
# if: ${{ steps.build-${{inputs.repo-name}}.outputs.cache-hit != 'true' }}
# run: cmake -S $GITHUB_WORKSPACE/${{inputs.repo-name}} -B ${{ runner.temp }}/build-${{inputs.repo-name}}
# -DCMAKE_INSTALL_PREFIX=${{ runner.temp }}/build-${{inputs.repo-name}}/install
# -DCMAKE_CXX_COMPILER=${{ matrix.compiler }}
# -DKokkos_ENABLE_SERIAL=ON
# -DKokkos_ENABLE_OPENMP=off
# -DKokkos_ENABLE_CUDA=off
# -DKokkos_ENABLE_CUDA_LAMBDA=off
# -DKokkos_ENABLE_DEBUG=on
- name: ${{inputs.repo-name}} Configure CMake
if: ${{ steps.build-[inputs.repo-name].outputs.cache-hit != 'true' }}
run: cmake -S $GITHUB_WORKSPACE/${{inputs.repo-name}} -B ${{ runner.temp }}/build-${{inputs.repo-name}}
-DCMAKE_INSTALL_PREFIX=${{ runner.temp }}/build-${{inputs.repo-name}}/install
-DCMAKE_CXX_COMPILER=${{ matrix.compiler }}
-DKokkos_ENABLE_SERIAL=ON
-DKokkos_ENABLE_OPENMP=off
-DKokkos_ENABLE_CUDA=off
-DKokkos_ENABLE_CUDA_LAMBDA=off
-DKokkos_ENABLE_DEBUG=on

# - name: ${{inputs.repo-name}} Build
# if: ${{ steps.build-${{inputs.repo-name}}.outputs.cache-hit != 'true' }}
Expand Down

0 comments on commit 3b07780

Please sign in to comment.