From 8ded6df634c2717fc20de3304c18bea9a15d03c7 Mon Sep 17 00:00:00 2001 From: Brad Rees <34135411+BradReesWork@users.noreply.github.com> Date: Fri, 8 May 2020 12:25:36 -0400 Subject: [PATCH] Update SOURCEBUILD.md Co-authored-by: Seunghwa Kang <45857425+seunghwak@users.noreply.github.com> --- SOURCEBUILD.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SOURCEBUILD.md b/SOURCEBUILD.md index e80ebffd63a..8f0c0603f0c 100644 --- a/SOURCEBUILD.md +++ b/SOURCEBUILD.md @@ -9,7 +9,7 @@ The cuGraph package include both a C/C++ CUDA portion and a python portion. Bot __Compiler__: * `gcc` version 5.4+ * `nvcc` version 10.0+ -* `cmake` version 3.12 +* `cmake` version 3.12+ __CUDA:__ * CUDA 10.0+ @@ -260,4 +260,4 @@ cmake .. -DCMAKE_INSTALL_PREFIX=$CONDA_PREFIX -DCMAKE_CXX11_ABI=OFF ``` ## Attribution -Portions adopted from https://github.com/pytorch/pytorch/blob/master/CONTRIBUTING.md \ No newline at end of file +Portions adopted from https://github.com/pytorch/pytorch/blob/master/CONTRIBUTING.md