Skip to content

Commit

Permalink
Fix NGT install under osx (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
VarIr committed May 24, 2024
1 parent 068101e commit 105971f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/install-ngt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ if [[ $(uname) == "Darwin" ]]; then
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew install cmake
brew install libomp
export LDFLAGS="-L/opt/homebrew/opt/libomp/lib"
export CPPFLAGS="-I/opt/homebrew/opt/libomp/include"
pushd /tmp/
git clone https://github.com/yahoojapan/NGT
cd NGT/
Expand Down

0 comments on commit 105971f

Please sign in to comment.