Skip to content

Instantly share code, notes, and snippets.

@afender
Last active November 20, 2020 23:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save afender/499047677c54c0f1eaec6ae65621b4c4 to your computer and use it in GitHub Desktop.
Save afender/499047677c54c0f1eaec6ae65621b4c4 to your computer and use it in GitHub Desktop.
cugraph ninja build

Ninja is a small build system with a focus on speed. It differs from other build systems in two major respects: it is designed to have its input files generated by a higher-level build system, and it is designed to run builds as fast as possible.

Building cuGraph with ninja

sudo apt install ninja-build

Add -GNinja to the regular CMake step

Run ninja && ninja install instead of make -j && make install

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment