yahoojapan / NGT

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

Fixes build issues with -DNGT_QBG_DISABLED=ON #127

Closed ankane closed 1 year ago

ankane commented 1 year 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 1 year ago

Thanks!

ankane commented 1 year ago

Thanks @masajiro!