yahoojapan / NGT

Nearest Neighbor Search with Neighborhood Graph and Tree for High-dimensional Data
Apache License 2.0
1.26k stars 115 forks source link

Fixes build issues with -DNGT_QBG_DISABLED=ON #127

Closed ankane closed 2 years ago

ankane commented 2 years ago

Hi, this fixes two build issues with -DNGT_QBG_DISABLED=ON.

  1. CMake requires BLAS and LAPACK
  2. Optimizer.cpp fails to build with error: 'QBG::Index' has not been declared
masajiro commented 2 years ago

Thanks!

ankane commented 2 years ago

Thanks @masajiro!