Skip to content

Commit

Permalink
Add conda compilers to env file (rapidsai#2384)
Browse files Browse the repository at this point in the history
The conda compilers are required as of rapidsai#2101 so they should be in the env file to ensure that all library paths etc are correct during compilation.

Authors:
  - Vyas Ramasubramani (https://github.com/vyasr)

Approvers:
  - AJ Schmidt (https://github.com/ajschmidt8)
  - Rick Ratzel (https://github.com/rlratzel)

URL: rapidsai#2384
  • Loading branch information
vyasr authored Jul 7, 2022
1 parent 775a51d commit 526fbfc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions conda/environments/cugraph_dev_cuda11.2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ channels:
- rapidsai-nightly
- conda-forge
dependencies:
- c-compiler
- cxx-compiler
- cudatoolkit=11.2
- libcugraphops=22.08.*
- cudf=22.08.*
Expand Down
2 changes: 2 additions & 0 deletions conda/environments/cugraph_dev_cuda11.4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ channels:
- rapidsai-nightly
- conda-forge
dependencies:
- c-compiler
- cxx-compiler
- cudatoolkit=11.4
- libcugraphops=22.08.*
- cudf=22.08.*
Expand Down
2 changes: 2 additions & 0 deletions conda/environments/cugraph_dev_cuda11.5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ channels:
- rapidsai-nightly
- conda-forge
dependencies:
- c-compiler
- cxx-compiler
- cudatoolkit=11.5
- libcugraphops=22.08.*
- cudf=22.08.*
Expand Down

0 comments on commit 526fbfc

Please sign in to comment.