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

nvcc fatal : redefinition of argument 'std' #87

Open 634671436 opened 3 years ago

634671436 commented 3 years ago

It proves remove the faiss from src/CMakeLists.txt cannot even solve the problem, said image

It turns out: image

634671436 commented 3 years ago

by the way, I was building without faiss using the -DNO_FAISS option for cmake. AND If I comment out CMAKE_CUDA_FLAGS line setting -std=c++11. I got a new error at the end of make : image

Thanks in advance!

KiddoZhu commented 3 years ago

Could you use make VERBOSE=1 to show what the other std argument is?

The second one is desired, since pybind11 heavily relies on C++11 features.