Skip to content

Commit

Permalink
Update build_windows.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
etphipp authored Aug 20, 2024
1 parent 8f80b1d commit 91486a2
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions .github/workflows/build_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,14 +73,16 @@ jobs:
- name: Configure CMake
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
# See https://cmake.org/cmake/help/latest/variable/CMAKE_BUILD_TYPE.html?highlight=cmake_build_type
run: |
. /opt/intel/oneapi/mkl/latest/env/vars.sh
cmake -B ${{ steps.strings.outputs.build-output-dir }} \
-DBUILD_SHARED_LIBS=ON \
-DCMAKE_BUILD_TYPE=${{ matrix.build_type }} \
-DKokkos_ENABLE_OPENMP=${{ matrix.openmp }} \
-DKokkos_ENABLE_SERIAL=${{ matrix.serial }} \
-DENABLE_PYTHON=ON \
env:
MKLROOT: c:\Program Files (x86)\Intel\oneAPI\mkl\latest
shell: bash
run: >
echo $MKLROOT && cmake -B ${{ steps.strings.outputs.build-output-dir }}
-DBUILD_SHARED_LIBS=ON
-DCMAKE_BUILD_TYPE=${{ matrix.build_type }}
-DKokkos_ENABLE_OPENMP=${{ matrix.openmp }}
-DKokkos_ENABLE_SERIAL=${{ matrix.serial }}
-DENABLE_PYTHON=ON
-S ${{ github.workspace }}
- name: Build
Expand Down

0 comments on commit 91486a2

Please sign in to comment.