Skip to content

Commit

Permalink
Remove nvcc conda package and add compiler/ninja to dev envs (rapidsa…
Browse files Browse the repository at this point in the history
…i#5113)

Authors:
  - Dante Gama Dessavre (https://github.com/dantegd)

Approvers:
  - Corey J. Nolet (https://github.com/cjnolet)
  - Divye Gala (https://github.com/divyegala)
  - Ray Douglass (https://github.com/raydouglass)

URL: rapidsai#5113
  • Loading branch information
dantegd committed Jan 3, 2023
1 parent 5bc298d commit cc8a0d2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 38 deletions.
4 changes: 3 additions & 1 deletion conda/environments/all_cuda-115_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,13 @@ channels:
- conda-forge
- nvidia
dependencies:
- c-compiler
- cmake>=3.23.1,!=3.25.0
- cuda-python>=11.7.1,<12.0
- cudatoolkit=11.5
- cudf=23.02.*
- cupy>=7.8.0,<12.0.0a0
- cxx-compiler
- cython>=0.29,<0.30
- dask-cuda=23.02.*
- dask-cudf=23.02.*
Expand Down Expand Up @@ -39,9 +41,9 @@ dependencies:
- libraft-distance=23.02.*
- libraft-headers=23.02.*
- libraft-nn=23.02.*
- ninja
- nltk
- numpydoc
- nvcc_linux-64=11.5
- pip
- pylibraft=23.02.*
- pytest
Expand Down
4 changes: 3 additions & 1 deletion conda/environments/cpp_all_cuda-115_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@ channels:
- conda-forge
- nvidia
dependencies:
- c-compiler
- cmake>=3.23.1,!=3.25.0
- cudatoolkit=11.5
- cxx-compiler
- faiss-proc=*=cuda
- gcc_linux-64=9.*
- libcublas-dev>=11.7.3.1,<=11.7.4.6
Expand All @@ -26,7 +28,7 @@ dependencies:
- libraft-distance=23.02.*
- libraft-headers=23.02.*
- libraft-nn=23.02.*
- nvcc_linux-64=11.5
- ninja
- rmm=23.02.*
- sysroot_linux-64==2.17
name: cpp_all_cuda-115_arch-x86_64
39 changes: 3 additions & 36 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ files:
arch: [x86_64]
includes:
- common_build
- cpp_build
- cpp_run
- cudatoolkit
- doc
Expand All @@ -22,7 +21,6 @@ files:
arch: [x86_64]
includes:
- common_build
- cpp_build
- cpp_run
- cudatoolkit
checks:
Expand Down Expand Up @@ -65,8 +63,11 @@ dependencies:
- output_types: [conda, requirements]
packages:
- cmake>=3.23.1,!=3.25.0
- ninja
- output_types: conda
packages:
- c-compiler
- cxx-compiler
- libcumlprims=23.02.*
- libraft-headers=23.02.*
- libraft-distance=23.02.*
Expand All @@ -85,40 +86,6 @@ dependencies:
packages:
- gcc_linux-aarch64=9.*
- sysroot_linux-aarch64==2.17
cpp_build:
specific:
- output_types: conda
matrices:
- matrix:
arch: x86_64
cuda: "11.5"
packages:
- nvcc_linux-64=11.5
- matrix:
arch: aarch64
cuda: "11.5"
packages:
- nvcc_linux-aarch64=11.5
- matrix:
arch: x86_64
cuda: "11.4"
packages:
- nvcc_linux-64=11.4
- matrix:
arch: aarch64
cuda: "11.4"
packages:
- nvcc_linux-aarch64=11.4
- matrix:
arch: x86_64
cuda: "11.2"
packages:
- nvcc_linux-64=11.2
- matrix:
arch: aarch64
cuda: "11.2"
packages:
- nvcc_linux-aarch64=11.2
py_build:
common:
- output_types: [conda, requirements]
Expand Down

0 comments on commit cc8a0d2

Please sign in to comment.