Skip to content

Commit

Permalink
fix outdated CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
seunghwak committed Apr 14, 2020
1 parent 8c7db7b commit ba30e5a
Showing 1 changed file with 1 addition and 21 deletions.
22 changes: 1 addition & 21 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,29 +75,11 @@ CUDA requirement:

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

Since `cmake` will download and build Apache Arrow you may need to install Boost C++ (version 1.58+) before running
`cmake`:

```bash
# Install Boost C++ for Ubuntu 16.04/18.04
$ sudo apt-get install libboost-all-dev
```

or

```bash
# Install Boost C++ for Conda
$ conda install -c conda-forge boost
```

Ensure that cuDF is installed. See https://github.com/rapidsai/cuml


#### Build and Install the C/C++ CUDA components

To install cuGraph from source, ensure the dependencies are met and follow the steps below:

1) Clone the repository and submodules
1) Clone the repository

```bash
# Set the localtion to cuGraph in an environment variable CUGRAPH_HOME
Expand All @@ -106,9 +88,7 @@ To install cuGraph from source, ensure the dependencies are met and follow the s
# Download the cuGraph repo
git clone https://github.com/rapidsai/cugraph.git $CUGRAPH_HOME

# Next load all the submodules
cd $CUGRAPH_HOME
git submodule update --init --recursive --remote
```

2) Create the conda development environment
Expand Down

0 comments on commit ba30e5a

Please sign in to comment.