Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update build instruction in README #797

Merged
merged 3 commits into from
Jul 21, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,15 +76,15 @@ $ git clone --recurse-submodules https://github.com/rapidsai/rmm.git
$ cd rmm
```

Follow the instructions under "Create the conda development environment `cudf_dev`" in the
Follow the instructions under "Create the conda development environment `rmm_dev`" in the
hcho3 marked this conversation as resolved.
Show resolved Hide resolved
[cuDF README](https://github.com/rapidsai/cudf#build-from-source).
hcho3 marked this conversation as resolved.
Show resolved Hide resolved

- Create the conda development environment `cudf_dev`
- Create the conda development environment `rmm_dev`
```bash
# create the conda environment (assuming in base `cudf` directory)
hcho3 marked this conversation as resolved.
Show resolved Hide resolved
$ conda env create --name cudf_dev --file conda/environments/dev_py35.yml
$ conda env create --name rmm_dev --file conda/environments/rmm_dev_cuda11.0.yml
# activate the environment
$ source activate cudf_dev
$ conda activate rmm_dev
```

- Build and install `librmm` using cmake & make. CMake depends on the `nvcc` executable being on
Expand Down