Skip to content

Commit

Permalink
Update MacOS OpenMP instruction.
Browse files Browse the repository at this point in the history
  • Loading branch information
li-zhi committed Oct 14, 2024
1 parent 7bd1663 commit e00fc50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resource/doc/python.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ pip3 install -r python/requirements.txt
On macOS it's important to use the LLVM from homebrew as the macOS clang does not include support for OpenMP, which is needed for libsvm-official

``` shell script
PATH="$HOMEBREW_PREFIX/opt/llvm/bin:$PATH" pip3 install -r ./python/requirements.txt
CC=$HOMEBREW_PREFIX/opt/llvm/bin/clang CXX=$HOMEBREW_PREFIX/opt/llvm/bin/clang++ pip3 install -r python/requirements.txt
```


Expand Down

0 comments on commit e00fc50

Please sign in to comment.