Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove nvcc conda package and add compiler/ninja to dev envs #5113

Merged
merged 4 commits into from
Jan 3, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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