Skip to content

Commit

Permalink
Fix NGT install under osx
Browse files Browse the repository at this point in the history
  • Loading branch information
VarIr committed May 24, 2024
1 parent 644b935 commit 068101e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions scripts/install-ngt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@ if [[ $(uname) == "Darwin" ]]; then
echo "Installing NGT under Mac OS X..."
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew install cmake
brew install gcc@9
export CXX=/usr/local/bin/g++-9
export CC=/usr/local/bin/gcc-9
brew install libomp
pushd /tmp/
git clone https://github.com/yahoojapan/NGT
cd NGT/
Expand Down

0 comments on commit 068101e

Please sign in to comment.