DeepGraphLearning / graphvite

GraphVite: A General and High-performance Graph Embedding System
https://graphvite.io
Apache License 2.0
1.21k stars 151 forks source link

When run cmake .. && make, faiss clone wrong. #93

Open semi-nothing opened 2 years ago

semi-nothing commented 2 years ago

Once we successfully run cmake .. command, we can see in the graphvite/git_graphvite/graphvite/build/faiss/tmp/faiss-gitclone.cmake file, there is a command to checkout to master branch of faiss. However, somedays ago, faiss has changed its default branch from master to main. Issue can be seen here graphvite/git_graphvite/graphvite/build/faiss/tmp/faiss-gitclone.cmake.

When you are available, feel free to change the branch name. Thanks so much