Skip to content

Commit

Permalink
Use {{ stdlib('c') }}
Browse files Browse the repository at this point in the history
  • Loading branch information
jakirkham committed Aug 3, 2024
1 parent 1ec04d5 commit dd57399
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions conda/recipes/pynvjitlink/conda_build_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ c_compiler_version:
cxx_compiler_version:
- 11

c_stdlib:
- sysroot

c_stdlib_version:
- 2.17

cuda_compiler:
- cuda-nvcc

Expand Down
2 changes: 1 addition & 1 deletion conda/recipes/pynvjitlink/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ requirements:
- {{ compiler('c') }}
- {{ compiler('cxx') }}
- {{ compiler('cuda') }}
- {{ stdlib('c') }}
- cmake >=3.26.4,!=3.30.0
- ninja
- sysroot_{{ target_platform }} 2.17
host:
- libnvjitlink-dev
- libnvjitlink-static
Expand Down

0 comments on commit dd57399

Please sign in to comment.