Skip to content

Commit

Permalink
skip CMake 3.30.0 (#94)
Browse files Browse the repository at this point in the history
## Description

Contributes to rapidsai/build-planning#80

Adds constraints to avoid pulling in CMake 3.30.0, for the reasons
described in that issue.

Co-authored-by: Bradley Dice <bdice@bradleydice.com>
  • Loading branch information
jameslamb and bdice authored Jul 8, 2024
1 parent 98c10a7 commit 7a0906c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conda/recipes/pynvjitlink/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ requirements:
- {{ compiler('c') }}
- {{ compiler('cxx') }}
- {{ compiler('cuda') }}
- cmake >=3.26.4
- cmake >=3.26.4,!=3.30.0
- ninja
- sysroot_{{ target_platform }} 2.17
host:
Expand Down

0 comments on commit 7a0906c

Please sign in to comment.