Closed mginabluebox closed 3 years ago
Sorry for the very late reply.
This is a bug in CMakeLists.txt. You can remove faiss.so
from target link libraries in src/CMakeLists.txt
. It should work.
Thank you! I ended up successfully installing through conda on a better computing system but happy to see the bug's fixed.
Hi,
I was building graphvite from source but met the following errors during make:
Thanks in advance!
Edit: I was able to get rid of this error by commenting out CMAKE_CUDA_FLAGS line setting -std=c++11. However, I got a new error at the end of make :
I was building without faiss using the
-DNO_FAISS
option for cmake.