Skip to content

Commit

Permalink
Update build instruction in README (#797)
Browse files Browse the repository at this point in the history
1. Refer to correct env file.
2. Use `conda activate` instead of `source activate`.
3. Use `rmm_dev` for the environment name, not `cudf_dev`.

Authors:
  - Philip Hyunsu Cho (https://github.com/hcho3)

Approvers:
  - Mark Harris (https://github.com/harrism)

URL: #797
  • Loading branch information
hcho3 authored Jul 21, 2021
1 parent f6462c5 commit 82fe22f
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,15 +76,12 @@ $ 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
[cuDF README](https://github.com/rapidsai/cudf#build-from-source).

- Create the conda development environment `cudf_dev`
- Create the conda development environment `rmm_dev`
```bash
# create the conda environment (assuming in base `cudf` directory)
$ conda env create --name cudf_dev --file conda/environments/dev_py35.yml
# create the conda environment (assuming in base `rmm` directory)
$ 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

0 comments on commit 82fe22f

Please sign in to comment.