Skip to content

Commit

Permalink
Unused
Browse files Browse the repository at this point in the history
  • Loading branch information
TLCFEM committed Oct 14, 2023
1 parent 95f8069 commit b068806
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/master-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,11 +178,7 @@ jobs:
extracted\bootstrapper.exe -s --action install --eula=accept -p=NEED_VS2017_INTEGRATION=0 -p=NEED_VS2019_INTEGRATION=0 -p=NEED_VS2022_INTEGRATION=0 --log-dir=.
rd /s/q "extracted"
- name: Compile
shell: bash
run: |
if [ "${{ matrix.mkl }}" == "ON" ]; then
"C:\Program Files (x86)\Intel\oneAPI\setvars.bat" intel64 vs2022
fi
go build Checker/updater.go
mkdir build && cd build
cmake -DCMAKE_BUILD_TYPE=Release -DUSE_AVX=${{ matrix.avx }} -DBUILD_MULTITHREAD=ON -DUSE_EXTERNAL_VTK=${{ matrix.vtk }} -DVTK_DIR=D:/a/suanPan/suanPan/lib/cmake/vtk-9.2/ -DUSE_MKL=${{ matrix.mkl }} -DMKLROOT="C:/Program Files (x86)/Intel/oneAPI/mkl/latest" -DLINK_DYNAMIC_MKL=OFF -DUSE_INTEL_OPENMP=OFF -DCMAKE_INSTALL_PREFIX=dist ..
Expand Down

0 comments on commit b068806

Please sign in to comment.