Skip to content

Commit

Permalink
Fix CMake unable to detect OpenMP in Windows runner (#117)
Browse files Browse the repository at this point in the history
Add libflang and openmp dependency in windows
  • Loading branch information
kyamagu authored Nov 19, 2024
1 parent 24dc7f1 commit 22e7f55
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions scripts/build_Windows.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,8 @@ set -eux

CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH:-"c:\\opt"}

# Show env
env

# Install system dependencies
conda install -y -c conda-forge openblas
conda install -y -c conda-forge openblas libflang openmp

# Build and patch faiss
cd faiss && \
Expand Down

0 comments on commit 22e7f55

Please sign in to comment.