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

Installation for OSX #70

Open Megh-Thakkar opened 4 years ago

Megh-Thakkar commented 4 years ago

Thank you for the amazing library. I wanted to ask about installing graphvite for osx. Some packages (gcc_linux-64) are not available for osx as it uses the clang compiler. What would be the steps to install it?

Thanks again.

KiddoZhu commented 3 years ago

We didn't try to install it on OSX. GCC is the compiler we used on Linux, which can be replaced by Clang in your case. However, I am not sure Clang works well with CMake and CUDA.