Skip to content

Commit

Permalink
Address review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
danpetry committed Oct 16, 2024
1 parent f42daf8 commit 5dd7aa5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
File renamed without changes.
3 changes: 1 addition & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ source:
url: https://github.com/NVIDIA/nccl/archive/v{{ version }}.tar.gz
sha256: 6b946b70a9d2d01871842cbd15ec56488d358abe9a0f3767e372fddc3e241ba7
patches:
- 0002-use-conda-ar-not-system.patch
- 0001-use-conda-ar-not-system.patch

build:
number: 1
Expand All @@ -27,7 +27,6 @@ requirements:
- {{ stdlib("c") }}
- {{ compiler("cxx") }}
- {{ compiler("cuda") }}
- {{ stdlib("c") }}
- make
host:
- cuda-version ={{ cuda_compiler_version }} # [(cuda_compiler_version or "").startswith("11")]
Expand Down

0 comments on commit 5dd7aa5

Please sign in to comment.