Skip to content

Commit

Permalink
Use conda compilers in env file (NVIDIA#10915)
Browse files Browse the repository at this point in the history
Dependent on: rapidsai/cudf#10275

This PR adds required `conda` compilers in the environment file

Authors:
  - GALI PREM SAGAR (https://github.com/galipremsagar)

Approvers:
  - AJ Schmidt (https://github.com/ajschmidt8)
  - https://github.com/jakirkham

URL: rapidsai/cudf#10915
  • Loading branch information
galipremsagar authored May 23, 2022
1 parent 5067cc7 commit cee5cc9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions conda/environments/cudf_dev_cuda11.5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ channels:
- dask/label/dev
- conda-forge
dependencies:
- c-compiler
- cxx-compiler
- clang=11.1.0
- clang-tools=11.1.0
- cupy>=9.5.0,<11.0.0a0
Expand Down Expand Up @@ -76,3 +78,8 @@ dependencies:
- git+https://github.com/python-streamz/streamz.git@master
- pyorc
- ptxcompiler # [linux64]
- gcc_linux-64=9.3.0 # [linux64]
- sysroot_linux-64==2.17 # [linux64]
# Un-comment following lines for ARM specific packages.
# - gcc_linux-aarch64=9.3.0 # [aarch64]
# - sysroot_linux-aarch64==2.17 # [aarch64]

0 comments on commit cee5cc9

Please sign in to comment.