Skip to content

Commit 91fbcca

Browse files
authored
Updates the source build docs to include libcugraphops as a build prerequisite (#3893)
closes #3722 Updates the source build docs to include `libcugraphops` as a build prerequisite. Authors: - Rick Ratzel (https://github.com/rlratzel) Approvers: - Brad Rees (https://github.com/BradReesWork) URL: #3893
1 parent f57119b commit 91fbcca

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

docs/cugraph/source/installation/source_build.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ The cuGraph package include both a C/C++ CUDA portion and a python portion. Bot
66

77
## Prerequisites
88

9-
__Compiler__:
10-
* `gcc` version 9.3+
11-
* `nvcc` version 11.0+
12-
* `cmake` version 3.20.1+
9+
__Compiler:__
10+
* `gcc` version 9.3+
11+
* `nvcc` version 11.0+
12+
* `cmake` version 3.20.1+
1313

1414
__CUDA:__
1515
* CUDA 11.0+
@@ -18,6 +18,11 @@ __CUDA:__
1818

1919
You can obtain CUDA from [https://developer.nvidia.com/cuda-downloads](https://developer.nvidia.com/cuda-downloads).
2020

21+
__Packages:__
22+
* `cmake` version 3.20.1+
23+
* `libcugraphops` (version matching source branch version, eg. `23.10`)
24+
25+
You can obtain `libcugraphops` using `conda`/`mamba` from the `nvidia` channel, or using `pip` with the `--extra-index-url=https://pypi.nvidia.com` option. See the [RAPIDS docs](https://docs.rapids.ai/install#environment) for more details.
2126

2227
## Building cuGraph
2328
To install cuGraph from source, ensure the dependencies are met.

0 commit comments

Comments
 (0)